You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sub.domain {
authorize with guest_policy
reverse_proxy http://localhost:2159
}
But this results in log messages like this {"level":"error","ts":1721422897.239201,"logger":"http.handlers.authentication","msg":"auth provider returned error","provider":"authorizer","error":"user authorization failed: src_ip=172.20.0.1, src_conn_ip=172.20.0.1, reason: no token found"}
When accessing the domain https://sub.domain it gets replaced to https://sub.domain/auth?redirect_url=https%3A%2F%2Fsub.domain%2F and I end up with a blank page.
The text was updated successfully, but these errors were encountered:
I have setup the portal with a local identity store for a couple of subdomains, but I want to exclude some of them from authentication.
I tried creating a policy with an ACL rule:
But this results in log messages like this
{"level":"error","ts":1721422897.239201,"logger":"http.handlers.authentication","msg":"auth provider returned error","provider":"authorizer","error":"user authorization failed: src_ip=172.20.0.1, src_conn_ip=172.20.0.1, reason: no token found"}
When accessing the domain
https://sub.domain
it gets replaced tohttps://sub.domain/auth?redirect_url=https%3A%2F%2Fsub.domain%2F
and I end up with a blank page.The text was updated successfully, but these errors were encountered: