Passer au contenu principal
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.

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

client-id
string
requis

The client-id of your application.

Paramètres de requête

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.

Réponse

200

Successful response for WS-Federation request.