SAML ACS endpoint (social) Deprecated

POST /api/authn/saml/{connectorId}

The Assertion Consumer Service (ACS) endpoint for Simple Assertion Markup Language (SAML) social connectors.

SAML social connectors are deprecated. Use the SSO SAML connector instead.

Path parameters

  • connectorId string Required

    The unique identifier of the connector.

application/json

Body Required

arbitrary

object object

arbitrary

Responses

  • Redirect to the endpoint to complete the authentication flow.

  • Bad Request

  • Not Found

POST /api/authn/saml/{connectorId}
curl \
 -X POST https://[tenant_id].logto.app/api/authn/saml/{connectorId} \
 -H "Content-Type: application/json"
Request examples
{}