Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Allow for configuring base URL for Oauth redirect URL #824

Closed
lanedsmu opened this issue Apr 22, 2024 · 2 comments
Closed

[Feat]: Allow for configuring base URL for Oauth redirect URL #824

lanedsmu opened this issue Apr 22, 2024 · 2 comments

Comments

@lanedsmu
Copy link

The redirect URL sent to an Oauth IdP like Keycloak appears to be hard-coded using the default SSL port of 443.
For those running a true out-of-the-box Docker deployment, or for those testing LowCoder on a system with multiple web sites, 443 may not be an option for hosting Lowcoder, in which case the redirect URL sent to the Oauth provider will fail.

If it were possible configure--either through environment variable or Docker-compose.yaml entries--a base URL that was used to construct URLs like the Oauth redirect URL, that would allow users to run Lowcoder on nonstandard SSL ports.

@FalkWolsky
Copy link
Contributor

Hmm. We cannot confirm that this would be hard-wired in the code.
We will test it and come back

@FalkWolsky
Copy link
Contributor

We added this in v2.4.0 with the Generic OAUTH Provider Config. Thank you for your patience!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants