Accessing Claims using MSAL Authentication using Uno.Extensions #1966
-
I'm integrating authentication into my application using Uno.Extensions and specifically the I'm interested in extracting specific information, like the username and other details, from the login token's claims. How can I access these claims? |
Beta Was this translation helpful? Give feedback.
Answered by
agneszitte
May 29, 2024
Replies: 2 comments
Answer selected by
arnold256
-
@arnold256 the claims are stored in a token cache which you can access by adding ITokenCache as a dependency. There's an example of this in the testharness sample app here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cc @carldebilly, @nickrandolph