Auth0 Single-Page Application Configuration
Create SPA in Auth0
To Configure Auth0 with Angular, Need to create SPA in auth0.
Login to auth0 — https://manage.auth0.com/
Once logged in with Auth0 — Click Applications → Applications
Click Create Applications

Choose Single Page web applications
Click Create
You will get Domain, client id, and Secret.

Select Application type — Single page Applications
Enter allowed call back URL — http://localhost:4200/#/
(Enter your local and production Domain)
Enter allowed logout URL — https://app.secretchest.io, http://localhost:4200
(Enter your local and production Domain)
Enter allowed web origin — (Enter your local and production Domain)
Go to Advanced Settings — click Oauth
Enter allowed apis — (Enter your local and production Domain)
Click save changes.
To Enable Open Authentication like google, Facebook, etc
Click Authentication → Social
Click Create Connection and enable it

For more Clarification, drop your queries in commands or email to k.prem3009@gmail.com
Comments
Post a Comment