Replies: 2 comments 2 replies
-
|
To set up Microsoft Entra ID authentication for your Azure Web App hosting Langfuse, ensure the following:
By ensuring these configurations are correct, your app should be able to authenticate using Microsoft Entra ID without crashing [1][2]. |
Beta Was this translation helpful? Give feedback.
-
|
Happy to help, are you sure that this is the correct callback url? What kind of errors do you get with this configuration? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Guys,
I have an existing Azure Web App where I host Langfuse by pulling the Langfuse image.
Now, I wanted to set up authentication with Microsoft Entra ID, but with no luck.
I created authentication via Azure Portal in the Azure Web App but my app seems to completely crash.
I have set up the folllowing environment variables:
AUTH_AZURE_AD_CLIENT_IDAUTH_AZURE_AD_CLIENT_SECRETAUTH_AZURE_AD_TENANT_IDAUTH_DISABLE_USERNAME_PASSWORD=trueAUTH_AZURE_ALLOW_ACCOUNT_LINKING=falseI tried to insert the callback url but with no luck:

And this is my configuration:

Thanks in advance guys!
Beta Was this translation helpful? Give feedback.
All reactions