You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using EntraID where I defined group claims, so each token includes group memberships for each user being authorized and using this claim:
Authorization:
AssertClaims:
- Name: groups
AnyOf: ["group1"]
This works for every application that includes this middleware configuration.
Is there way to define one application to use one claim and another one to use a different one, e.g.:
app1 is only authorized for groups: group1 and group2
app2 is only for group3
(I'm not sure I can define it in EntraID, and it's not desirable)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm using EntraID where I defined group claims, so each token includes group memberships for each user being authorized and using this claim:
This works for every application that includes this middleware configuration.
Is there way to define one application to use one claim and another one to use a different one, e.g.:
app1 is only authorized for groups: group1 and group2
app2 is only for group3
(I'm not sure I can define it in EntraID, and it's not desirable)
Thank you
Beta Was this translation helpful? Give feedback.
All reactions