*** I created a brand new account with a different email with AUTH0 and everything work as expected **** NOT SURE WHAT THE ISSUE IS NOW!!
I am following the Angular SDK instructions, I get redirected, but isAutheticated$ always return false, I subscribed to the error observable and I get the following ID token is required but missing…
Application LOGIN URI = blank (I put nothing here)
Allowed Callback URL = http://localhost:4200/home
Allowed Logout URLS = http://localhost:4200
Allowed Web Origins = http://localhost:4200/home
Do I need the audience? This is just a new angular 16 app out the box
the user$ is also returning null