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