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