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
@jennyf19 I think I still get this on current (and 1.10.0 1.11.0, 1.12.0) my setup might be different or I might be misunderstanding what these settings do.
I can say that the following settings have no effect on what comes out the the AuthenticationStateProvider (Microsoft.AspNetCore.Components.Server.ServerAuthenticationStateProvider)
Which version of Microsoft Identity Web are you using?
This issue is only present in the latest version 1.11
Where is the issue?
Is this a new or an existing app?
b. The app is in production and I haven't upgraded Microsoft Identity Web, but started seeing this issue.
Repro
Expected behavior
"roles" is set as the RoleClaimType in the ClaimsIdentity (was working in v1.10)
Actual behavior
No matter what you configure in the TokenValidationParameters, the RoleClaimType is always: "http://schemas.microsoft.com/ws/2008/06/identity/claims/role"
The text was updated successfully, but these errors were encountered: