Ready to post? First, try searching for your answer.
Hi all,
I am not clear on how to (in .NET 8 Blazor) set MapInboundClaims when using AddAuth0WebAppAuthentication, which has only a few settable properties.
Perhaps the answer involves using LoginAuthenticationPropertiesBuilder or something, but not finding any examples using it, I’m at a bit of a loss.
To state the reason for this post, my problem is that, with MapInboundClaims defaulting to true, the middleware is mapping “sub”, for example, over to “http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier”. I do not want this unhelpful mapping to happen.
Thanks in advance