Skip to main content

Endpoint

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 profile scope requests access to the End-User’s default profile Claims, which include name, family_name, given_name, and others.
  • The email scope requests access to the email and email_verified Claims.

Learn More

Body Parameters

string
required
string
required
string
required
Allowed values: password
string
required
string
required
string
string
string

Response Messages