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
Originally posted by hanakemt August 10, 2024
We try to allow third-party access via OIDCRedirectURLsAllowed. The host of the target_link_uri is something like https://app.somehost.hu . OIDCRedirectURLsAllowed is defined as:
OIDCRedirectURLsAllowed ^https://app\.somehost\.hu ^http://localhost:8080 ^http://localhost
The application (incl. mod_auth_openidc) is running in a docker container so we use ProxyPass from the outer Apache2 server.
What do we miss?
Thanks, Péter Hanák
The text was updated successfully, but these errors were encountered:
Discussed in #1244
Originally posted by hanakemt August 10, 2024
We try to allow third-party access via OIDCRedirectURLsAllowed. The host of the target_link_uri is something like https://app.somehost.hu . OIDCRedirectURLsAllowed is defined as:
OIDCRedirectURLsAllowed ^https://app\.somehost\.hu ^http://localhost:8080 ^http://localhost
The application (incl. mod_auth_openidc) is running in a docker container so we use ProxyPass from the outer Apache2 server.
What do we miss?
Thanks, Péter Hanák
The text was updated successfully, but these errors were encountered: