mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
support loading idp token sessions in the proxy service (#5488)
This commit is contained in:
parent
5960a6df96
commit
7896ccda5c
7 changed files with 111 additions and 46 deletions
|
@ -40,7 +40,7 @@ func (p *Proxy) routesPortalJSON(w http.ResponseWriter, r *http.Request) error {
|
|||
}
|
||||
|
||||
func (p *Proxy) getPortalRoutes(ctx context.Context, u handlers.UserInfoData) []portal.Route {
|
||||
options := p.currentOptions.Load()
|
||||
options := p.currentConfig.Load().Options
|
||||
pu := p.getPortalUser(u)
|
||||
var routes []*config.Policy
|
||||
for route := range options.GetAllPolicies() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue