-
Notifications
You must be signed in to change notification settings - Fork 475
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
Access attributes from IdP? #188
Comments
I have tried the implementation presented in #165, but I get the error
Earlier I had only the first return argument, |
Found out that I missed the following in the same file as above:
Now it's working without errors, and I have printed to see that the attributes are saved in But I still don't figure out how to call the arguments. I have tried |
@ploer Hi, documentation on how to access and use the attributes are really missing... |
How you use the attributes after returning a value from the |
Hi all,
I am using Angular 2, and would like to take usage of the attributes the IdP provides in the SAML response. Where are those attributes stored, and how can I call them in for ex. a html file? Are they stored in any global variables?
The text was updated successfully, but these errors were encountered: