Authorize
documentedEntry point to browser-based authentication flows; redirects the user to the identity provider for login.
GET /authorizeAuthentication APIno implementation yet0 runsInput
auth0_domain*
Auth0 Domain
tenant.auth0.com
response_type*
OAuth Response Type
code
redirect_uri*
Redirect URI
https://yourapp.example.com/callback
scope*
Scope
openid profile email
state*
State
random_csrf_string
audience
API Audience
https://your-api.example.com/
Calls Auth0 as you (your API key is your account); keychains.dev holds the credentials.