summaryrefslogtreecommitdiff
path: root/lib/config/default.js
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2017-12-04 18:57:57 +0100
committerGitHub2017-12-04 18:57:57 +0100
commit0957f5963b735e9ccde4098265c7fab13dbb216b (patch)
tree63e288eb3abe096a0156fae96b4be646a9619ffb /lib/config/default.js
parent8112cd6fef740c3bf8f535de860c2e7b8dd51834 (diff)
parent2db2ff484fb0911ea699c7fc59b8b1ad868ca992 (diff)
Merge pull request #633 from nakaeeee/saml-auth
Support SAML authentication
Diffstat (limited to '')
-rw-r--r--lib/config/default.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/config/default.js b/lib/config/default.js
index 273bad02..d04485ce 100644
--- a/lib/config/default.js
+++ b/lib/config/default.js
@@ -98,6 +98,20 @@ module.exports = {
searchAttributes: undefined,
tlsca: undefined
},
+ saml: {
+ idpSsoUrl: undefined,
+ idpCert: undefined,
+ issuer: undefined,
+ identifierFormat: 'urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress',
+ groupAttribute: undefined,
+ externalGroups: [],
+ requiredGroups: [],
+ attribute: {
+ id: undefined,
+ username: undefined,
+ email: undefined
+ }
+ },
email: true,
allowemailregister: true,
allowpdfexport: true