Appreciate your quick reply. So if my manage to setup such that at least anonymous authentication is available the access denied would show up?
(I am actually struggling configuring anonymous...
Type: Posts; User: pgp.coppens; Keyword(s):
Appreciate your quick reply. So if my manage to setup such that at least anonymous authentication is available the access denied would show up?
(I am actually struggling configuring anonymous...
Gentlepeople,
Using a PreAuthorize tag on a bean, e.g.
@PreAuthorize("hasAnyRole('Administrator','Supervisor')")
I get "An Authentication object was not found in the SecurityContext"...
Hello,
I am trying to get springsecurity and Jersey (https://jersey.dev.java.net/) work together.
In order for the webclient application to 'authenticate' the Jersey service expose an url to...