General Guidance

We are doing a PoC, moving DB Authentication to OpenID Connect, we have a Java Application behind with SPA, My developers have the following issue related to the API

The current configuration (Spring Authentication ) for authentication is in XML but when we migrate it to java to use the Auth0 Authentication controller, we are not able to load the home screen after authentication (OpenID Connect)

Can you please point me to the correct documentation?

Thanks

Welcome to the Auth0 Community, @aalok

Have you taken a look at our Auth0 Libraries? I think our Auth0 Java EE SDK Quickstart might help you understand and implement your solution.

Thank you we have made a lot of progress.