Hi,
My spring saml sample is working fine in regards to authentication. At least i am getting this message on the console:
- Authentication success. Updating SecurityContextHolder to contain: org.springf
ramework.security.providers.ExpiringUsernameAuthen ticationToken@fe2506ee:
Principal: org.opensaml.saml2.core.impl.NameIDImpl@323766; Credentials: [PROTECTED];
Authenticated: true; Details: null; Not granted any authorities
The index.jsp page is getting displayed, but only with the static content and text, but all the credential information that are requested by the jsp with credential.xxx such as user name are missing.
In addition the question of how I could retrieve the SAML authentcation token in a Java class (e.g. in a servlet) after a successful authentication. Is the SAML token somewhere stored in the session?
regards
Christian
My spring saml sample is working fine in regards to authentication. At least i am getting this message on the console:
- Authentication success. Updating SecurityContextHolder to contain: org.springf
ramework.security.providers.ExpiringUsernameAuthen ticationToken@fe2506ee:
Principal: org.opensaml.saml2.core.impl.NameIDImpl@323766; Credentials: [PROTECTED];
Authenticated: true; Details: null; Not granted any authorities
The index.jsp page is getting displayed, but only with the static content and text, but all the credential information that are requested by the jsp with credential.xxx such as user name are missing.
In addition the question of how I could retrieve the SAML authentcation token in a Java class (e.g. in a servlet) after a successful authentication. Is the SAML token somewhere stored in the session?
regards
Christian