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

承認

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.