How to disable local auth or the admin user in phoenix? Ideally we should not have local auth available when Oauth is turned on
It seems likely that Phoenix does not provide a direct way to disable local authentication or the default admin user when OAuth is enabled. The documentation suggests that Phoenix supports OAuth2 identity providers, allowing users to log in via third-party IDPs like Google, AWS Cognito, and Microsoft Entra ID, but it does not explicitly mention disabling local authentication or the admin user when OAuth is active. Would you like more detailed information on configuring OAuth2 in Phoenix or managing user roles? Sources: - Phoenix Authentication Documentation
馃挕聽Hint: Mention RunLLM in the thread for followups.
Hey Ashish, if you sign in with oauth you can鈥檛 login with basic. You still want to turn it off? Right now there is no way
Awesome!!
