diff options
author | Christoph (Sheogorath) Kern | 2019-04-06 21:35:39 +0200 |
---|---|---|
committer | GitHub | 2019-04-06 21:35:39 +0200 |
commit | 36c083277e6c74bb6eac495971522e6932cfc207 (patch) | |
tree | bd7ed2541fd1f233ac74b4dbd7953e1bb975c73e /docs | |
parent | 5379d65edc8edfb6135f43e4e021ee2d7907d957 (diff) | |
parent | df53f465c0238e9a6a306df21cd7e04731056dd6 (diff) |
Merge pull request #30 from codimd/samlConfig
Added a configuration option for passport-saml:
Diffstat (limited to 'docs')
-rw-r--r-- | docs/configuration-env-vars.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/configuration-env-vars.md b/docs/configuration-env-vars.md index c81deab9..b512f485 100644 --- a/docs/configuration-env-vars.md +++ b/docs/configuration-env-vars.md @@ -183,6 +183,7 @@ defaultNotePath can't be set from env-vars | `CMD_SAML_IDPSSOURL` | `https://idp.example.com/sso` | authentication endpoint of IdP. for details, see [guide](guides/auth/saml-onelogin.md). | | `CMD_SAML_IDPCERT` | `/path/to/cert.pem` | certificate file path of IdP in PEM format | | `CMD_SAML_ISSUER` | no example | identity of the service provider (optional, default: serverurl)" | +| `CMD_SAML_DISABLEREQUESTEDAUTHNCONTEXT` | `true` or `false` | true to allow any authentication method, false restricts to password authentication (PasswordProtectedTransport) method (default: false) | | `CMD_SAML_IDENTIFIERFORMAT` | no example | name identifier format (optional, default: `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`) | | `CMD_SAML_GROUPATTRIBUTE` | `memberOf` | attribute name for group list (optional) | | `CMD_SAML_REQUIREDGROUPS` | `codimd-users` | group names that allowed (use vertical bar to separate) (optional) | |