Merge pull request #1319 from dannysauer/oidc_doc

Add mention of `scopes` parameter in OIDC doc
This commit is contained in:
Eric Chiang 2018-10-17 09:16:25 -07:00 committed by GitHub
commit 9f91ae0255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,14 @@ connectors:
#
# hostedDomains:
# - example.com
# List of additional scopes to request in token response
# Default is profile and email
# Full list at https://github.com/dexidp/dex/blob/master/Documentation/custom-scopes-claims-clients.md
# scopes:
# - profile
# - email
# - groups
```
[oidc-doc]: openid-connect.md