diff --git a/config_template.py b/config_template.py index 4095269..5811bb7 100644 --- a/config_template.py +++ b/config_template.py @@ -93,7 +93,7 @@ SAML_ATTRIBUTE_ACCOUNT = 'https://example.edu/pdns-account' SAML_SP_ENTITY_ID = 'http://' SAML_SP_CONTACT_NAME = '' SAML_SP_CONTACT_MAIL = '' -#Cofigures if SAML tokens should be encrypted. +#Configures if SAML tokens should be encrypted. #If enabled a new app certificate will be generated on restart SAML_SIGN_REQUEST = False #Use SAML standard logout mechanism retreived from idp metadata diff --git a/configs/development.py b/configs/development.py index 5a15098..ff7d36e 100644 --- a/configs/development.py +++ b/configs/development.py @@ -86,7 +86,7 @@ SAML_ATTRIBUTE_ACCOUNT = 'https://example.edu/pdns-account' SAML_SP_ENTITY_ID = 'http://' SAML_SP_CONTACT_NAME = '' SAML_SP_CONTACT_MAIL = '' -#Cofigures if SAML tokens should be encrypted. +#Configures if SAML tokens should be encrypted. #If enabled a new app certificate will be generated on restart SAML_SIGN_REQUEST = False #Use SAML standard logout mechanism retreived from idp metadata