I'm trying to run this on a specific context path (e.g. https://example.com/data/) but I don't see a way to do this. This is causing a problem because the OIDC configuration creates a dynamically generated 307 redirect to a "callback" relative URL that contains the URL of the host it comes in on (i.e. /auth/provider?rd=https%3A%2F%2Fexample.com%2) , but not when it contains a context path. Assuming the issue is lack of configuration for this, how can I fix it?
Thanks for the great work on this!
I'm trying to run this on a specific context path (e.g. https://example.com/data/) but I don't see a way to do this. This is causing a problem because the OIDC configuration creates a dynamically generated 307 redirect to a "callback" relative URL that contains the URL of the host it comes in on (i.e.
/auth/provider?rd=https%3A%2F%2Fexample.com%2
) , but not when it contains a context path. Assuming the issue is lack of configuration for this, how can I fix it?