6 references to AuthenticationMethod
Microsoft.AspNetCore.Authentication.OpenIdConnect (6)
OpenIdConnectHandler.cs (6)
284
if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.RedirectGet)
294
else if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.FormPost)
311
throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.
AuthenticationMethod
}");
530
if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.RedirectGet)
541
else if (Options.
AuthenticationMethod
== OpenIdConnectRedirectBehavior.FormPost)
558
throw new NotImplementedException($"An unsupported authentication method has been configured: {Options.
AuthenticationMethod
}");