Replies: 1 comment 3 replies
-
I guess scope is not one of pre-defined type https://docs.microsoft.com/en-us/dotnet/api/system.security.claims.claimtypes?view=net-6.0#fields Try |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have this piece of code and my question is in the comments:
My setup code inside an Orchard Core Module:
This is an example decoded payload data from the
access_token
above. You can see that it has thescope
claim and I want thatscope
claim to be present in theUser.Claims
code above.Let me know if you need any more info.
I will try to share what I can.
Beta Was this translation helpful? Give feedback.
All reactions