saml enable - initial testing
This commit is contained in:
@@ -39,5 +39,7 @@ class Registry { const
|
||||
DEFAULTLANGUAGE = 'en', // Default language - make sure a translation file exists
|
||||
ROWSPERPAGE = '10', // Rows per page on tables (does not include reports)
|
||||
MINPASS = '8', // Minimum password length
|
||||
DEFAULTTZ = 'America/New_York' // DEFAULT TIME ZONE
|
||||
DEFAULTTZ = 'America/New_York', // DEFAULT TIME ZONE
|
||||
AUTHMETHOD = 'INTERNAL', // Auth users using INTERNAL or SAML
|
||||
AUTHIDP = 'default-sp' // Identity Provider if using SAML
|
||||
;}
|
||||
|
||||
Reference in New Issue
Block a user