What went wrong?
I wanted to set up an OIDC provider, but it is resolved to a LAN IP (by design). For some reason, BookOrbit checks that the resolved IP is not private or local, and fails - without a good error message - otherwise. I see no reason to prohibit local IP addresses.
Steps to reproduce
- Have an OIDC provider with a LAN-local IP.
- Try to set it up in BookOrbit.
- Get an error
Connection failed. In the dev tools, you can see that the actual error is URL host is not allowed.
Expected vs actual behavior
I expect it to use the OIDC provider, as it exists and is reachable.
Your setup
- BookOrbit tag:
latest
- Deployed with Podman
Relevant logs (optional)
Nothing helpful in the log.
Screenshots (optional)
No response
Before submitting
What went wrong?
I wanted to set up an OIDC provider, but it is resolved to a LAN IP (by design). For some reason, BookOrbit checks that the resolved IP is not private or local, and fails - without a good error message - otherwise. I see no reason to prohibit local IP addresses.
Steps to reproduce
Connection failed. In the dev tools, you can see that the actual error isURL host is not allowed.Expected vs actual behavior
I expect it to use the OIDC provider, as it exists and is reachable.
Your setup
latestRelevant logs (optional)
Nothing helpful in the log.Screenshots (optional)
No response
Before submitting