Answers for "no authenticationscheme was specified, and there was no defaultchallengescheme found. the default schemes can be set using either addauthentication(string defaultscheme) or addauthentication(action<authenticationoptions> configureoptions)"

0

No authenticationScheme was specified, and there was no DefaultChallengeScheme found

services.AddAuthentication(IISDefaults.AuthenticationScheme);
Posted by: Guest on April-01-2020

Code answers related to "no authenticationscheme was specified, and there was no defaultchallengescheme found. the default schemes can be set using either addauthentication(string defaultscheme) or addauthentication(action<authenticationoptions> configureoptions)"

Code answers related to "Scheme"

Browse Popular Code Answers by Language