Unverified Commit 9f91ae02 authored by Eric Chiang's avatar Eric Chiang Committed by GitHub

Merge pull request #1319 from dannysauer/oidc_doc

Add mention of `scopes` parameter in OIDC doc
parents 0db538a4 b9b21260
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment