Reputation: 260
There are several authentication schemes but I can't find any documentation on them. How do they differ?
options.DefaultScheme
options.DefaultChallengeScheme
options.DefaultForbidScheme
options.DefaultAuthenticateScheme
options.DefaultSignInScheme
options.DefaultSignOutScheme
Upvotes: 10
Views: 11226
Reputation: 5703
From here
So, you specify, which authentication scheme, is used in corresponding methods in IAuthenticationService
Upvotes: 38