Skip to content

Latest commit

 

History

History

auth0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Auth0

Keywords: AuthN

Links

Guides

Certifications

  • GDPR Compliance
  • Gold CSA Star Certification
  • HIPAA Compliance
  • ISO 27001 Certified
  • ISO 27018 Certified
  • PCI DSS Compliance
  • SOC 2 Type II Certified

Learn

Samples

Tips

Create Application

  1. Dashboard -> Applications -> Create Application
  2. Name: <App Name> -> Regular Web Application -> Create
  3. Settings -> Allowed Callback URLs: http://localhost:3000/callback

Issues

Missing Callback URL

Callback URL mismatch.
The provided redirect_uri is not in the list of allowed callback URLs.
Please go to the Application Settings page and make sure you are sending a valid callback url from your application.
  1. Dashboard
  2. Applications -> Applications -> <App Name> -> Settings
  3. Settings -> Application URIs -> Allowed Callback URLs: http://localhost:3000/api/auth/callback

Missing Allowed Logout URL

There could be a misconfiguration in the system or a service outage. We track these errors automatically, but if the problem persists feel free to contact us.
  1. Dashboard
  2. Applications -> Applications -> <App Name> -> Settings
  3. Settings -> Application URIs -> Allowed Logout URLs: http://localhost:3000