You are here: Home > API Reference > Platform > User Authentication > SSO > Get SSO Metadata

Get SSO Metadata

Get SSO Metadata

GET
https://api.applivery.io/v1/auth/sso/{organizationSlug}/{type}/metadata.xml

Request

Send your API key in the request header authorization
Example: Authorization: Bearer <token>

organizationSlug string
required
≤ 128 characters
type string
required
ldapsaml

Responses

{
  "type": "object",
  "properties": {}
}
Was this page helpful?