Disable Login screen

I have a Universal Login screen with both an Enterprise connection and a custom database connection available. Is it possible to specify the connection details on the application side and disable the prompt? Any information is appreciated. Thanks in advance

Hi @vigneshSivasamy , welcome to the Auth0 community!

Yes, you can definitely direct the user straight to the desired connection from your application.
All you need to do is pass the connection name as an additional parameter when you call the /authorize endpoint from your application. If you are using an SDK, check the specific SDK documentation for more info.
Hope this helps!

It is worked. Thank you for the Assistance.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.