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/ro
Given the user’s credentials, this endpoint will authenticate the user with the provider and return a JSON object with the Access Token and an ID Token.
This endpoint is part of the legacy authentication pipeline and has been replaced in favor of the Password Grant. For more information on the latest authentication pipeline refer to Introducing OIDC Conformant Authentication.
Remarks
- This endpoint only works for database connections, passwordless connections, Active Directory/LDAP, Windows Azure AD, and ADFS.
- The
profilescope requests access to the End-User’s default profile Claims, which includename,family_name,given_name, and others. - The
emailscope requests access to theemailandemail_verifiedClaims.
Learn More
Parameters
Allowed values:
passwordResponse
| Status | Description |
|---|---|
| 200 | Successful authentication |
| 400 | Bad Request |
| 401 | Unauthorized |
| 429 | Too Many Requests |
| 403 | Forbidden |
| default | Unexpected error |