mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-31 01:47:33 +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
|
@ -587,7 +587,7 @@ func (a *Authenticate) DeviceAuthLogin(w http.ResponseWriter, r *http.Request) e
|
|||
|
||||
routeUri := r.FormValue(urlutil.QueryDeviceAuthRouteURI)
|
||||
ad := []byte(fmt.Sprintf("%s|%s|", routeUri, idpID))
|
||||
authenticator, err := a.cfg.getIdentityProvider(options, idpID)
|
||||
authenticator, err := a.cfg.getIdentityProvider(r.Context(), a.tracerProvider, options, idpID)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue