メインコンテンツへスキップ
GET
https://{yourDomain}
/
wsfed
/
{clientId}
Accept WS-Federation Request
curl --request GET \
  --url https://{yourDomain}/wsfed/{clientId} \
  --header 'Authorization: Bearer <token>'

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-ionic-capacitor-quickstart-modernization.mintlify.app/llms.txt

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

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

パスパラメータ

client-id
string
必須

The client-id of your application.

クエリパラメータ

wtrealm
string

Can be used in place of client-id.

whr
string

The name of the connection (used to skip the login page).

wctx
string

Your application's state.

wreply
string

The callback URL.

レスポンス

200

Successful response for WS-Federation request.