メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://auth0-fix-auth-api-docs-migration-completion.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

POST /oauth/ro ユーザーの資格情報が渡されると、このエンドポイントはプロバイダーでユーザーを認証し、アクセストークンとIDトークンを含むJSONオブジェクトを返します。 note このエンドポイントはレガシー認証パイプラインの一部で、現在はパスワード付与に置き換えられています。最新の認証パイプラインについては、「OIDC準拠の認証を導入する」を参照してください。

備考

  • このエンドポイントは、データベース接続、パスワードレス接続、Active Directory/LDAP、Microsoft Entra ID、ADFSにのみ利用できます。
  • profileスコープは、namefamily_namegiven_nameなど、エンドユーザーのデフォルトのプロファイルクレームへのアクセスを要求します。
  • emailスコープはemailemail_verifiedクレームへのアクセスを要求します。

詳しい情報

Parameters

client_id
string
connection
string
grant_type
string
username
string
password
string
scope
string
id_token
string
device
string

Response

StatusDescription
200正常な認証
400不正なリクエスト
401未認可
403閲覧禁止
429要求が多すぎます
default予期しないエラー