hedgedoc/public/backend-config.json
Philip Molares aeeb08ea5a
Feature/custom oauth saml names (#31)
* using saml and oauth2 customAuthNames in login
* add saml and oauth2 customAuthNames to backend config
* changed default name of oauth button

Signed-off-by: Philip Molares <philip.molares@udo.edu>
2020-05-16 20:38:02 +02:00

25 lines
448 B
JSON

{
"allowAnonymous": true,
"authProviders": {
"facebook": true,
"github": true,
"twitter": true,
"gitlab": true,
"dropbox": true,
"ldap": true,
"google": true,
"saml": true,
"oauth2": true,
"email": true
},
"customAuthNames": {
"ldap": "FooBar",
"saml": "aufSAMLn.de",
"oauth2": "Olaf2"
},
"specialLinks": {
"privacy": "test",
"termsOfUse": "test",
"imprint": "test"
}
}