6 references to AuthenticationMethod
Microsoft.AspNetCore.Authentication.OpenIdConnect (6)
OpenIdConnectHandler.cs (6)
280
if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.RedirectGet)
290
else if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.FormPost)
307
throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.
AuthenticationMethod
}");
526
if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.RedirectGet)
537
else if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.FormPost)
554
throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.
AuthenticationMethod
}");