Documentation Index
Fetch the complete documentation index at: https://auth0-feat-authentication-api-migration.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
GET /wsfed/{clientId}
This endpoint accepts a WS-Federation request to initiate a login.
Remarks
- The
wtrealmparameter must be in one of these formats:urn:clientID(for example, urn:$)- If this parameter does not begin with a urn, the
client.clientAliasesarray is used for look-up. This can only be set with the /api/v2/clients Management API.
- The
whrparameter is mapped to the connection like this:urn:CONNECTION_NAME. For example,urn:google-oauth2indicates login with Google. If there is nowhrparameter included, the user will be directed to the Auth0 Login Page.
Learn More
Parameters
The
client-id of your application.Can be used in place of
client-id.The name of the connection (used to skip the login page).
Your application’s state.
The callback URL.
Response
| Status | Description |
|---|---|
| 200 | Successful response for WS-Federation request. |