@@ -32,6 +32,8 @@ 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"
GROUPS_SAML_ATTRIBUTE="IDMGroups"# this SAML attribute is expected to contain list of groups for a user
"""
Settings you might want to change on development (don't change them for production):