Merge pull request #4510 from fservida/sso

SSO with Header Authentication
This commit is contained in:
Jamie 2022-03-02 20:09:38 +00:00 committed by GitHub
commit 71aa74ddcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 146 additions and 58 deletions

View file

@ -13,5 +13,8 @@ namespace Ombi.Settings.Settings.Models
public bool RequireNonAlphanumeric { get; set; }
public bool RequireUppercase { get; set; }
public bool EnableOAuth { get; set; } // Plex OAuth
public bool EnableHeaderAuth { get; set; } // Header SSO
public string HeaderAuthVariable { get; set; } // Header SSO
}
}