mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-29 14:39:40 +02:00
Add new device_auth_client_type setting to allow attaching the client_secret to device auth requests
This commit is contained in:
parent
18aed33aa5
commit
b4aa275403
11 changed files with 312 additions and 249 deletions
|
@ -29,4 +29,6 @@ type Options struct {
|
|||
// AuthCodeOptions specifies additional key value pairs query params to add
|
||||
// to the request flow signin url.
|
||||
AuthCodeOptions map[string]string
|
||||
|
||||
DeviceAuthClientType string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue