Skip to content
Snippets Groups Projects
Commit 6f2af269 authored by rithu leena john's avatar rithu leena john Committed by GitHub
Browse files

Merge pull request #980 from ericchiang/implicit-flow-config-example

examples: document explicit flow in example config
parents 92a988e4 c1a72857
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,12 @@ web:
# level: "debug"
# format: "text" # can also be "json"
# Uncomment this block to control which response types dex supports. For example
# the following response types enable the implicit flow for web-only clients.
# Defaults to ["code"], the code flow.
# oauth2:
# responseTypes: ["code", "token", "id_token"]
# Instead of reading from an external storage, use this list of clients.
#
# If this option isn't chosen clients may be added through the gRPC API.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment