Merge pull request #690 from Atisom/master

SAML debug attributes
This commit is contained in:
Khanh Ngo
2020-04-06 09:40:03 +07:00
committed by GitHub
5 changed files with 8 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ legal_envvars = (
'SAML_WANT_MESSAGE_SIGNED',
'SAML_LOGOUT',
'SAML_LOGOUT_URL',
'SAML_ASSERTION_ENCRYPTED',
)
legal_envvars_int = ('PORT', 'MAIL_PORT', 'SAML_METADATA_CACHE_LIFETIME')
@@ -58,6 +59,7 @@ legal_envvars_bool = (
'SAML_SIGN_REQUEST',
'SAML_WANT_MESSAGE_SIGNED',
'SAML_LOGOUT',
'SAML_ASSERTION_ENCRYPTED',
)
# import everything from environment variables