Skip to main content
GET
/
auth
/
{id}
/
saml
/
metadata
SAML SP metadata
curl --request GET \
  --url http://localhost:3010/auth/{id}/saml/metadata
"<string>"

Path Parameters

id
string
required

The unique identifier of the authentication profile.

Response

SAML SP metadata XML.

The response is of type string.