@@ -33,6 +33,7 @@ SP_SLS_ENABLED = False # single log out creates too many problems, so it is dis
...
@@ -33,6 +33,7 @@ SP_SLS_ENABLED = False # single log out creates too many problems, so it is dis
SP_SLS_X_FRAME_OPTIONS=None# in case you encounter problems with SLS view not allowed inside of an iframe, e.g. "ALLOW-FROM idp-test.it.hs-hannover.de idp.hs-hannover.de"
SP_SLS_X_FRAME_OPTIONS=None# in case you encounter problems with SLS view not allowed inside of an iframe, e.g. "ALLOW-FROM idp-test.it.hs-hannover.de idp.hs-hannover.de"
GROUPS_SAML_ATTRIBUTE="IDMGroups"# this SAML attribute is expected to contain list of groups for a user
GROUPS_SAML_ATTRIBUTE="IDMGroups"# this SAML attribute is expected to contain list of groups for a user
GROUP_RESOLVER="ssoauth.auth_utils.groups_from_saml2_dn_list"# in case you want to override how groups are resolved for users
"""
"""
Settings you might want to change on development (don't change them for production):
Settings you might want to change on development (don't change them for production):