summaryrefslogtreecommitdiff
path: root/config.json.example
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-04-06 21:35:39 +0200
committerGitHub2019-04-06 21:35:39 +0200
commit36c083277e6c74bb6eac495971522e6932cfc207 (patch)
treebd7ed2541fd1f233ac74b4dbd7953e1bb975c73e /config.json.example
parent5379d65edc8edfb6135f43e4e021ee2d7907d957 (diff)
parentdf53f465c0238e9a6a306df21cd7e04731056dd6 (diff)
Merge pull request #30 from codimd/samlConfig
Added a configuration option for passport-saml:
Diffstat (limited to '')
-rw-r--r--config.json.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.json.example b/config.json.example
index cb2bf3a5..d1c1cc5c 100644
--- a/config.json.example
+++ b/config.json.example
@@ -93,6 +93,7 @@
"idpCert": "change: certificate file path of IdP in PEM format",
"issuer": "change or delete: identity of the service provider (default: serverurl)",
"identifierFormat": "change or delete: name identifier format (default: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress')",
+ "disableRequestedAuthnContext": "change or delete: true to allow any authentication method, false restricts to password authentication method (default: false)",
"groupAttribute": "change or delete: attribute name for group list (ex: memberOf)",
"requiredGroups": [ "change or delete: group names that allowed" ],
"externalGroups": [ "change or delete: group names that not allowed" ],