From c1a72857112d3c18894f63fea6fcda210750e044 Mon Sep 17 00:00:00 2001 From: Eric Chiang Date: Fri, 23 Jun 2017 11:27:49 -0700 Subject: [PATCH] examples: document explicit flow in example config --- examples/config-dev.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index f2211501..5e1c7e77 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -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.