Skip to content

Commit

Permalink
Merge pull request dexidp#980 from ericchiang/implicit-flow-config-ex…
Browse files Browse the repository at this point in the history
…ample

examples: document explicit flow in example config
  • Loading branch information
rithujohn191 committed Jun 23, 2017
2 parents 5d35b21 + 4b45f41 commit 5f870a4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/config-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5f870a4

Please sign in to comment.