OAuth / SAML callback (POST)
Auth
OAuth / SAML callback (POST)
Same as the GET callback but accepts a POST body — required for SAML HTTP-POST
binding where the IdP POSTs the SAMLResponse form field to the ACS URL.
POST
OAuth / SAML callback (POST)
Path Parameters
The unique identifier of the authentication profile.
The provider sub-path. For Social/OIDC providers this is the Goth provider
name (e.g. github, linkedin, openid-connect). For SAML it is saml.
For LDAP/Proxy it matches the configured provider identifier.
Body
application/x-www-form-urlencoded
Response
Redirect to ReturnURL after successful authentication.