Hi, I would appreciate some advice, and a guide on how I could implement my own custom login in spring boot (without using the okta sign in widget) while using auth0 user DB. So to elaborate, I want to delegate the storing of user info (username and password) to okta/auth0, but I want to control the login/signup page. This would enable me to have full customization of both the look, and the logic of the login/signup form so I can perform some operations on the info entered in the input fields before creating the user in the auth0 DB. The application is a server side application with spring boot. Please any advice on if this is possible and possibly how it could be implemented would be greatly appreciated.
Hi @Wale,
It looks like this may be a question best handled on the Auth0 Community Forums, please go ahead and post there to get this answered: https://community.auth0.com/
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.