Browse Source

Add mention of `scopes` parameter in OIDC doc

pull/1319/head
Danny Sauer 8 years ago
parent
commit
b9b21260bc
No known key found for this signature in database
GPG Key ID: B84CCF5DF028A5A7
  1. 8
      Documentation/connectors/oidc.md

8
Documentation/connectors/oidc.md

@ -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

Loading…
Cancel
Save