From f6d8427f32198ec06bf28db90e0d9779988d29b0 Mon Sep 17 00:00:00 2001 From: justin-slowik Date: Tue, 12 May 2020 09:29:15 -0400 Subject: [PATCH] Added device flow static client to config-dev.yaml Signed-off-by: justin-slowik --- examples/config-dev.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/config-dev.yaml b/examples/config-dev.yaml index 9cd81fa6..27e37589 100644 --- a/examples/config-dev.yaml +++ b/examples/config-dev.yaml @@ -96,7 +96,10 @@ staticClients: - 'http://127.0.0.1:5555/callback' name: 'Example App' secret: ZXhhbXBsZS1hcHAtc2VjcmV0 - +# - id: example-device-client +# redirectURIs: +# - /dex/device/callback +# name: 'Static Client for Device Flow' connectors: - type: mockCallback id: mock