Configure Microsoft Entra ID (Azure AD) OAuth for secure Single Sign-On with your Formbricks instance. Use enterprise-grade authentication for your survey platform.
{WEBAPP_URL}/api/auth/callback/azure-ad
Access the Microsoft Entra admin center
Create a new app registration
Configure the application
Formbricks SSO
.Collect application credentials
AZUREAD_CLIENT_ID
variable.AZUREAD_TENANT_ID
variable.Create a client secret
AZUREAD_CLIENT_SECRET
variable.Update environment variables
docker-compose.yml
or pass it like your other environment variables to the Formbricks container.AZUREAD_CLIENT_SECRET
value in double quotes (e.g., “THis~iS4faKe.53CreTvALu3”`) to prevent issues with special characters..env
for Microsoft Entra ID in Formbricks would look like this:Restart and test