Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get SAML token from ADFS IdP #10

Closed
ghost opened this issue Mar 19, 2015 · 1 comment
Closed

Unable to get SAML token from ADFS IdP #10

ghost opened this issue Mar 19, 2015 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 19, 2015

It seems that Authentication object does not returning SAML assertion token? We're unable to find it out from the API use for SAML

Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
SAMLCredential credential = (SAMLCredential) authentication.getCredentials();
pageContext.setAttribute("authentication", authentication);
pageContext.setAttribute("credential", credential);

Could you please let us know how to get token?

@vdenotaris
Copy link
Owner

For any questions, please, use StackOverflow. Cheers, Vi.

Repository owner locked and limited conversation to collaborators Mar 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant