mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-04 03:42:49 +02:00
mcp: add list-routes client helper (#5596)
This commit is contained in:
parent
d2e2f56d57
commit
6caf65a117
8 changed files with 213 additions and 43 deletions
|
@ -82,7 +82,7 @@ func (srv *Handler) Authorize(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
requiresUpstreamOAuth2Token := srv.relyingParties.HasConfigForHost(r.Host)
|
||||
requiresUpstreamOAuth2Token := srv.relyingParties.HasOAuth2ConfigForHost(r.Host)
|
||||
var authReqID string
|
||||
var hasUpstreamOAuth2Token bool
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue