Duane Gibbs
Duane Gibbs
@tolpeit - We just worked around the issue by using `UmbracoRouteValues` in the end but it would be good to have a resolution to this. We're using a 3rd party...
@hallojoe - This does make perfect sense, I think the documentation could be updated for those particular lines. https://our.umbraco.com/documentation/reference/security/auto-linking/ Should probably be: ``` options.TokenValidationParameters.NameClaimType = ClaimTypes.Name; options.TokenValidationParameters.RoleClaimType = ClaimTypes.Role; ```...
@Domitnator - I think the issues you're having there are more likely to do with your external provider setup. I can only speak to OpenIdConnect and Azure AD B2C... if...
@Domitnator Ah yes I see your point, the code for fetching the email claim could definitely be more robust. It does seem like a separate problem to the one I’m...
@nikolajlauridsen Claims setup aside, I think there is still an issue with autolinking accounts where Umbraco will throw 401 errors if you try to login as the auto-linked account is...