Hi guys, I am new to Auth0 and trying my luck to understand it very well. My plan is to create a frontend (Angular) that would call different microservices (Rest/API) with single authentication and authorization once the user successfully login.
I was able to create a Single Page Application (Angular) and created a web application (Spring) but I’m not sure how to integrate them. I am also confused about how to support multiple domains since in app.module.ts you could only declare just one domain.
I tried to look for the documentation but it was too overwhelming for me. I hope you could help me regarding this matter. Thanks in advance.