forked from mystiq/dex
Merge pull request #1319 from dannysauer/oidc_doc
Add mention of `scopes` parameter in OIDC doc
This commit is contained in:
commit
9f91ae0255
1 changed files with 8 additions and 0 deletions
|
@ -47,6 +47,14 @@ connectors:
|
||||||
#
|
#
|
||||||
# hostedDomains:
|
# hostedDomains:
|
||||||
# - example.com
|
# - 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
|
[oidc-doc]: openid-connect.md
|
||||||
|
|
Loading…
Reference in a new issue