v1

latestOpenAPI 3.0.02026-07-14135106116.2 KB
sso

post/sso/config

Headers

X-Fieldsstring mask

An optional fields mask

Request body

providerstring required

usually your company name, only used for visualisation: log in as <provider> employee

type'saml'

Type of SSO integration, for now only SAML is supported

urlstring

SAML-P sign-on endpoint

Example request

{
  "extra": {
    "entity_id": "spn:d6b4feb1-a0bb-408a-b813-6e4eba3e5fef",
    "specification_url": "https://login.microsoftonline.com/e8656a10-4ec3-4cea-aa49-cbe9424c312d/federationmetadata/2007-06/federationmetadata.xml"
  },
  "type": "saml",
  "url": "https://login.microsoftonline.com/e8656a10-4ec3-4cea-aa49-cbe9424c312d/saml2"
}

Response

Success