Skip to main content
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.

Authorizations

Authorization
string
header
required

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

Path Parameters

client-id
string
required

The client-id of your application.

Query Parameters

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.

Response

200

Successful response for WS-Federation request.