Skip to main content
GET
/
auth
/
{id}
/
{provider}
Initiate authentication
curl --request GET \
  --url http://localhost:3010/auth/{id}/{provider}
{
  "Status": "error",
  "Error": "Profile not found"
}

Path Parameters

id
string
required

The unique identifier of the authentication profile.

provider
string
required

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.

Response

Authentication completed inline (passthrough providers). The response body and any redirect depend on the configured ActionType.