Replies: 2 comments 1 reply
-
|
The error message Sign up is disabled during Azure AD authentication is related to the AUTH_DISABLE_SIGNUP environment variable. When set to true, new user sign-up is disabled, and only existing users can log in. In your provided configuration, you have:
This should allow sign-ups, so the error is unexpected if this value is truly being read by your deployment. Check the following:
Also, note that the variable NEXT_PUBLIC_SIGN_UP_DISABLED is not referenced in the documentation for controlling signup, so it will not affect Langfuse's backend authentication logic(1)(2). If the problem persists, review your deployment logs for any warnings about environment variable parsing or reach out to Langfuse Support with full logs and your deployment configuration. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Hey regarding Azure authentication. I had similar issue. When configured Azure app registration I used the CUSTOM variables in langfuse documentation. For some weird reason the AZURE_ variables are not working well. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm betting below error while setting up Azure AD authentication
Error on login screen
OAuthCreateAccount
Contact support if this error is unexpected.
Error from web pod logs
https://next-auth.js.org/errors#adapter_error_createuser Sign up is disabled. {
message: 'Sign up is disabled.',
stack: 'Error: Sign up is disabled.\n' +
I've used the following env's
Beta Was this translation helpful? Give feedback.
All reactions