This endpoint accepts a WS-Federation request to initiate a login.
wtrealm parameter must be in one of these formats:
urn:clientID (for example, urn:$)client.clientAliases array is used for look-up. This can only be set with the /api/v2/clients Management API.whr parameter is mapped to the connection like this: urn:CONNECTION_NAME. For example, urn:google-oauth2 indicates login with Google. If there is no whr parameter included, the user will be directed to the Auth0 Login Page.The access token received from the authorization server in the OAuth 2.0 flow.
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.
Successful response for WS-Federation request.