Skip to content

Commit

Permalink
add missing line .sample
Browse files Browse the repository at this point in the history
  • Loading branch information
nilupulmanodya committed Nov 15, 2023
1 parent 37218f3 commit 08a9229
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/samples/config/mscolab/mscolab_settings.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@ USE_SAML2 = False
# having the roles in the TexGroup
GROUP_POSTFIX = "Group"

# Enable SSL certificate verification during SSO between MSColab and IdP
ENABLE_SSO_SSL_CERT_VERIFICATION = True

# dir where mscolab single sign process files are stored
MSCOLAB_SSO_DIR = os.path.join(DATA_DIR, 'datasso')

0 comments on commit 08a9229

Please sign in to comment.