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

object object

arbitrary

Responses

  • 302

    Redirect to the endpoint to complete the authentication flow.

  • 400

    Bad Request

  • 404

    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 example
{}