Handle SAML authentication request (Redirect binding)

GET /api/saml/{id}/authn

Process SAML authentication request using HTTP Redirect binding.

Path parameters

  • id string Required

    The ID of the SAML application.

Query parameters

Responses

  • 200 application/json

    OK

  • Redirects to the sign-in page.

  • Invalid SAML request.

  • The SAML application was not found.

GET /api/saml/{id}/authn
curl \
 --request GET https://[tenant_id].logto.app/api/saml/{id}/authn?SAMLRequest=string \
 --header "Authorization: Bearer $ACCESS_TOKEN"