X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/f522f1652641a5f8c85540dfd5f11a88c61bc092..b8e2d75014c89c9e345c3f940ec8743bd158df67:/.env.example.complete diff --git a/.env.example.complete b/.env.example.complete index d243f2c1f..a3b0702d5 100644 --- a/.env.example.complete +++ b/.env.example.complete @@ -223,6 +223,12 @@ SAML2_ONELOGIN_OVERRIDES=null SAML2_DUMP_USER_DETAILS=false SAML2_AUTOLOAD_METADATA=false +# SAML Authentication context. +# Set to false and no AuthContext will be sent in the AuthNRequest, +# Set true and you will get an AuthContext 'exact' 'urn:oasis:names:tc:SAML:2.0:ac:classes:PasswordProtectedTransport' +# Set an array with the possible auth context values: array ('urn:oasis:names:tc:SAML:2.0:ac:classes:Password', 'urn:oasis:names:tc:SAML:2.0:ac:classes:X509'), +SAML2_IDP_AUTHNCONTEXT=false + # SAML group sync configuration # Refer to https://www.bookstackapp.com/docs/admin/saml2-auth/ SAML2_USER_TO_GROUPS=false