mirror of
https://github.com/pomerium/pomerium.git
synced 2025-04-29 10:26:29 +02:00
authorize: fix unsigned URL (#2118)
This commit is contained in:
parent
d365771e90
commit
433831fbea
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ func (a *Authorize) htmlDeniedResponse(
|
|||
}.Encode(),
|
||||
})
|
||||
|
||||
debugEndpoint = urlutil.NewSignedURL(a.state.Load().sharedKey, debugEndpoint).Sign()
|
||||
|
||||
var details string
|
||||
switch code {
|
||||
case httputil.StatusInvalidClientCertificate:
|
||||
|
|
Loading…
Add table
Reference in a new issue