Authentication using existing UI

Hi @Inayat-C and welcome to Auth0 Community!! :tada:

I’ll try and answer your questions below:

This can be done by using Auth0 Custom DB’s which you can use to serve as a representation of your own Database. You can either choose to use your database for authentication or do a migration of your user’s into Auth0.

The above suggestion would ideally leverage the Universal Login where your user’s would input their credentials. If you’re concerned about your existing login UI, you may be able to customize Auth0’s universal login to bring it in parallel to your existing UI (there are some limitations to this potentially but depend on your particular UI design). Here’s a community post where Konrad has outlined a lot of the documentation surrounding this topic and would be helpful when planning your own UI customizations.

Hope those resources prove helpful, let us know if you have any further concerns!

Best,
Colin

4 Likes