mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 18:12:48 -05:00
Additional changes for enterprise portal sso config (#819)
* Additional changes for enterprise portal sso config * Requested changes * rename enum to Saml2 * Limit to one SSO config per org
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{
|
||||
public enum SsoType : byte
|
||||
{
|
||||
// TODO proper SsoType values
|
||||
Test = 1
|
||||
OpenIdConnect = 1,
|
||||
Saml2 = 2,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user