mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-18 09:04:44 -04:00
Merge pull request #278 from elespike/master
Add OIDC scopes for email & profile retrieval
This commit is contained in:
commit
4104f9835d
6 changed files with 10 additions and 5 deletions
|
@ -92,7 +92,8 @@ module.exports = {
|
|||
authorizationURL: undefined,
|
||||
tokenURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined
|
||||
clientSecret: undefined,
|
||||
scope: 'openid email profile'
|
||||
},
|
||||
facebook: {
|
||||
clientID: undefined,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue