mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 03:06:31 -05:00
aeeb08ea5a
* 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>
25 lines
448 B
JSON
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"
|
|
}
|
|
}
|