SAML application callback
Handle the OIDC callback for SAML application and generate SAML response.
Path parameters
-
The unique identifier of the saml application.
Query parameters
-
code string
The authorization code from OIDC callback.
-
state string
The state parameter from OIDC callback.
-
redirectUri string
The redirect URI for the callback.
-
error string
-
error_description string
GET
/api/saml-applications/{id}/callback
curl \
--request GET https://[tenant_id].logto.app/api/saml-applications/{id}/callback \
--header "Authorization: Bearer $ACCESS_TOKEN"