feature: Be able to configure the SSO Callback in HTTPS #5306
Labels
group/backend
Issue related to the backend (API Server, Git Agent)
type/feature
New feature or request
Component
API Server / GraphQL
Describe the Feature Request
When deploying Infrahub behind a reverse proxy, Infrahub will use a "base_rul" in HTTP, as the reverse proxy will handle the HTTPS.
If I configure SSO with OIDC (with a callback URL), Infrahub does not send the callback to the Identity Provider, as HTTPS but HTTP.
I would like to configure a "public URL" for a "public-facing" service like this Callback.
Describe the Use Case
Be able to use Infrahub with a reverse proxy and an ODIC Identity provider.
Additional Information
The code seem to exist
infrahub/backend/infrahub/api/oidc.py
Line 58 in 4d32ce6
I think we need to replace the dev.frontend_url by a non-dev "public URL" settings
The text was updated successfully, but these errors were encountered: