examples: document explicit flow in example config

This commit is contained in:
Eric Chiang 2017-06-23 11:27:49 -07:00
parent 15242a86b8
commit c1a7285711

View file

@ -38,6 +38,12 @@ web:
# level: "debug" # level: "debug"
# format: "text" # can also be "json" # 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. # 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. # If this option isn't chosen clients may be added through the gRPC API.