Merge pull request #1706 from justin-slowik/device_flow
Implementing the OAuth2 Device Authorization Grant
This commit is contained in:
@@ -64,6 +64,7 @@ telemetry:
|
||||
|
||||
# Uncomment this block to enable configuration for the expiration time durations.
|
||||
# expiry:
|
||||
# deviceRequests: "5m"
|
||||
# signingKeys: "6h"
|
||||
# idTokens: "24h"
|
||||
|
||||
@@ -95,7 +96,11 @@ staticClients:
|
||||
- 'http://127.0.0.1:5555/callback'
|
||||
name: 'Example App'
|
||||
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
|
||||
|
||||
# - id: example-device-client
|
||||
# redirectURIs:
|
||||
# - /device/callback
|
||||
# name: 'Static Client for Device Flow'
|
||||
# public: true
|
||||
connectors:
|
||||
- type: mockCallback
|
||||
id: mock
|
||||
|
||||
Reference in New Issue
Block a user