@@ -31,7 +31,7 @@ SSO_REQUIRED_OUTSIDE_MANAGE_PY = True # enabled to ensure that production (that
SP_SLS_ENABLED=False# single log out creates too many problems, so it is disabled for now
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"
GROUP_RESOLVER="ssoauth.auth_utils.groups_from_saml2_dn_list"# in case you want to override how groups are resolved for users
GROUP_RESOLVER="ssoauth.auth_utils.groups_from_raw_saml2_values"# in case you want to override how groups are resolved for users
LOGIN_PERM_CODENAME=None# None or str; value "can_log_in" will require this permission for users to log in