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
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
I wish to use the same proxy instance for multiple domains, which can't be done due to the hard coded PROXY_REDIRECTION_URL env var or command line argument.
Could keycloak support a flag to generate this from the request's host header ?
The text was updated successfully, but these errors were encountered:
Yeah .. i recall wanting to make the exact same change, the underlining lib go-oidc doesn't expose the redirection url post client creation though. I've raised a #PR130
This should be fixed in master branch. If no redirection-url is provided it will use the Host header or the X-Forwarded-Host header .. Let me know if you have any issues :-)
I wish to use the same proxy instance for multiple domains, which can't be done due to the hard coded PROXY_REDIRECTION_URL env var or command line argument.
Could keycloak support a flag to generate this from the request's host header ?
The text was updated successfully, but these errors were encountered: