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

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.

GET /samlp/{clientId} このエンドポイントを使ってログインを開始するSAML要求を受け入れます。 あるいは、connectionパラメーターを含めて特定のプロバイダーでログインすることもできます。指定されている接続がないと、Auth0ログインページが表示されます。 または、SP起点のログイン要求にはorganizationパラメーターを含めて、組織の中でユーザーを認証することもできます。詳細については、「Organizations」を参照してください。

Parameters

clientId
string
必須
アプリケーションのクライアントIDです。
connection
string
ログイン時に使う接続です。
organization
string
組織の中で認証を行う場合はOrganization IDです。

Response

StatusDescription
200SAML要求の受け入れに成功しました。