-
My expectation was that the value of How do I get the list of actual schemes then? |
Beta Was this translation helpful? Give feedback.
Answered by
voroninp
Mar 21, 2025
Replies: 1 comment
-
The reason for this behavior is that the principal is created by the I need to set |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
voroninp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The reason for this behavior is that the principal is created by the
TokenValidationParameters
class, which hasDefaultAuthenticationType
property set to "AuthenticationTypes.Federation".I need to set
TokenValidationParameters.AuthenticationType
toJwtBearerDefaults.AuthenticationScheme
.