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

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 /wsfed/{clientId} このエンドポイントはWS-Federation要求を受け入れてログインを開始します。

備考

wtrealmパラメーターの形式は以下のいずれかでなければなりません。
  • urn:clientID(たとえば、urn:$
  • このパラメーターがurnで始まらない場合、client.clientAliases配列を使って検索します。これを設定できるのは[/api/v2/clients](https://auth0.com/docs/ja-jp/api/management/v2/clients/get-clients)Management APIのみです。
  • whrパラメーターは、以下のように接続にマッピングされます:urn:CONNECTION_NAME. たとえば、urn:google-oauth2はGoogleでのログインを意味します。whrパラメーターが含まれていない場合、ユーザーにはAuth0ログインページが表示されます。

詳しい情報

Parameters

client-id
string
必須
アプリケーションのclient-idです。
wtrealm
string
client-idの代わりに利用できます。
whr
string
接続名(ログインページをスキップするために使用)です。
wctx
string
アプリケーションの状態です。
wreply
string
Callback URLです。

Response

StatusDescription
200WS-Federation要求が成功した場合の応答です。