Our scheme uses a 2-stage authentication system. A users x509 certificate is validated using the x509preauthprocessingfilter, and we have a custom preAuthenticationAuthenticationProvider that...
Type: Posts; User: garytr25; Keyword(s):
Our scheme uses a 2-stage authentication system. A users x509 certificate is validated using the x509preauthprocessingfilter, and we have a custom preAuthenticationAuthenticationProvider that...
Hi All. I'm new to Spring WS, but I've managed to get version 1.5.9 running with JAXB marshalling, a MarshallingMethodEndpointAdapter, and a simple @Endpoint.
What I'm struggling with at the...
Ah, thanks for the reference, I think the key statement is "In some cases, the external mechanism may supply role/authority information for the user but in others the authorities must be obtained...
A couple of questions:
How would I get Authentication and roles information from a JBoss realm that uses kerberos/SPNEGO from MSAD into a web-app using Spring security 3? Do I need to create a...