OpenID Connect is part of the Formbricks Enterprise Edition
- Configure your OIDC provider & get the following variables:
-
OIDC_CLIENT_ID
-
OIDC_CLIENT_SECRET
-
OIDC_ISSUER
-
OIDC_SIGNING_ALGORITHM
Make sure the Redirect URI for your OIDC Client is set to
{WEBAPP_URL}/api/auth/callback/openid
.- Update these environment variables in your
docker-compose.yml
or pass it directly to the running container.
Formbricks Env for FusionAuth OIDC
-
Set an environment variable
OIDC_DISPLAY_NAME
to the display name of your OIDC provider. - Restart your Formbricks instance.
- You’re all set! Users can now sign up & log in using their OIDC credentials.