mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-30 09:27:19 +02:00
authenticate: add device-enrolled page (#2892)
* authenticate: add device-enrolled page * remove device credential id from page
This commit is contained in:
parent
6ed3fa20bc
commit
9330f6b0ac
7 changed files with 61 additions and 3 deletions
|
@ -137,7 +137,7 @@ func (a *Authenticate) getWebAuthnURL(values url.Values) (*url.URL, error) {
|
|||
urlutil.QueryDeviceType: {webauthnutil.DefaultDeviceType},
|
||||
urlutil.QueryEnrollmentToken: nil,
|
||||
urlutil.QueryRedirectURI: {uri.ResolveReference(&url.URL{
|
||||
Path: "/.pomerium/",
|
||||
Path: "/.pomerium/device-enrolled",
|
||||
}).String()},
|
||||
}).Encode(),
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue