Added UI Interface for SAML Settings

This commit is contained in:
vmarkop 2021-12-15 16:56:23 +02:00
parent 5d533173b1
commit b3bef5540f

View file

@ -146,8 +146,8 @@ class Setting(db.Model):
'saml_logout': False,
'saml_logout_url': 'https://google.com',
'saml_want_assertions_encrypted': False,
'saml_digest_algorithm': 'http://www.w3.org/2000/09/xmldsig#rsa-sha1',
'saml_signature_algorithm': 'http://www.w3.org/2000/09/xmldsig#rsa-sha1',
'saml_digest_algorithm': 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
'saml_signature_algorithm': 'http://www.w3.org/2001/04/xmldsig-more#rsa-sha256',
'saml_want_assertions_signed': False,
'saml_sign_metadata': False,
'saml_want_message_signed': False,