Unauthenticated Paths Regex for Proxy Provider
Has anyone experience with unauthenticated paths in a Proxy Provider?
I'm trying do match an URI with a question mark, but it seems like there's a bug as mentioned in a github issue from 2023 https://github.com/goauthentik/authentik/issues/5504
What I want to add as unauthenticated path: app.mydomain.com/u3DGdc?dl=cpp
The regex which I tried were:
^/.*\?dl=.*$ ^/.*\\?dl=.*$
But it just doesn't work, any ideas on how to match this?
Sort by:
Top (Default)
Open comment sort options
Comments Section
Update:
I set environment variable on the server container and saw that the question mark isn't even matched against the regex
Authentik log:
so basically all I have to match is "/FWqR-b" which is in the URL part, such regex looks like this: