mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
save session in the authorization request
This commit is contained in:
parent
52af622cc4
commit
42e1d462da
5 changed files with 69 additions and 20 deletions
|
@ -292,6 +292,7 @@ var internalPathsNeedingLogin = set.From([]string{
|
|||
"/.pomerium/webauthn",
|
||||
"/.pomerium/routes",
|
||||
"/.pomerium/api/v1/routes",
|
||||
"/.pomerium/mcp/authorize",
|
||||
})
|
||||
|
||||
func (e *Evaluator) evaluateInternal(_ context.Context, req *Request) (*PolicyResponse, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue