Initiate authentication (POST)
Auth
Initiate authentication (POST)
Identical to the GET variant. Provided for passthrough providers that receive credentials as a form POST or via a Basic Auth header.
POST
Initiate authentication (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
Optional form body or JSON body carrying credentials (provider-dependent).
LDAP and Proxy providers typically read a Basic Authorization header
rather than a request body.
The body is of type object.
Response
Authentication completed inline.