mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Merge pull request #4510 from fservida/sso
SSO with Header Authentication
This commit is contained in:
commit
71aa74ddcc
7 changed files with 146 additions and 58 deletions
|
@ -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
|
||||
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue