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
We are using an external auth and noticed on Virto v3 that the following claim map clearing in Startup.cs is breaking our claims: JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); JwtSecurityTokenHandler.DefaultOutboundClaimTypeMap.Clear();
Why is that done? Do you have any recommendations around this or a fix?
Thanks
The text was updated successfully, but these errors were encountered:
We are using an external auth and noticed on Virto v3 that the following claim map clearing in Startup.cs is breaking our claims:
JwtSecurityTokenHandler.DefaultInboundClaimTypeMap.Clear(); JwtSecurityTokenHandler.DefaultOutboundClaimTypeMap.Clear();
Why is that done? Do you have any recommendations around this or a fix?
Thanks
The text was updated successfully, but these errors were encountered: