New: SSO goes straight to authentication provider

zeus-old
Robin Dadswell 1 year ago committed by Qstick
parent a29d794cbe
commit 455aca85bd

@ -23,6 +23,7 @@ namespace Radarr.Http.Authentication
}
[HttpPost("login")]
[HttpGet("login/sso")]
public Task LoginLogin([FromForm] LoginResource resource, [FromQuery] string returnUrl = "/")
{
if (_configFileProvider.AuthenticationMethod == AuthenticationType.Forms)

@ -26,7 +26,6 @@ namespace Radarr.Http.Frontend
[AllowAnonymous]
[HttpGet("login")]
[HttpGet("login/failed")]
[HttpGet("login/sso")]
[HttpGet("login/sso/failed")]
public IActionResult LoginPage()
{

Loading…
Cancel
Save