Authentication API
cURL
curl --request GET \ --url https://{yourDomain}/wsfed/FederationMetadata/2007-06/FederationMetadata.xml \ --header 'Authorization: Bearer <token>'
This endpoint returns the WS-Federation metadata.
The access token received from the authorization server in the OAuth 2.0 flow.
Successful response with WS-Federation metadata.