Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
POST /oauth/access_token
This endpoint is part of the legacy authentication pipeline. We recommend that you open the browser to do social authentication instead, which is what Google and Facebook are recommending. For more information on the latest authentication pipeline refer to Introducing OIDC Conformant Authentication.This feature is disabled by default for new tenants as of 8 June 2017. Please see Application Grant Types for more information.
connection, this endpoint will authenticate the user with the provider and return a JSON with the Access Token and, optionally, an ID Token. This endpoint only works for Facebook, Google, Twitter, and Weibo.
Remarks
-
The
profilescope value requests access to the End-User’s default profile Claims, which are:name,family_name,given_name,middle_name,nickname,preferred_username,profile,picture,website,gender,birthdate,zoneinfo,locale, andupdated_at. -
The
emailscope value requests access to theemailandemail_verifiedClaims.
Learn More
- Call an Identity Provider API
- Identity Provider Access Tokens
- Add scopes/permissions to call Identity Provider’s APIs
Parameters
The
client_id of your application.The social provider’s Access Token.
The name of an identity provider configured to your app.
Use
openid to get an ID Token, or openid profile email to include user information.Response
| Status | Description |
|---|---|
| 200 | Successful authentication response |
| 400 | Bad Request |
| 401 | Unauthorized |
| 403 | Forbidden |
| default | Unexpected error |