Oore CI
ReferenceAPIOperationsAuth

Trusted proxy login

Creates a session from trusted proxy identity headers when remote auth mode is configured to trusted proxy.

Operation IDtrusted_proxy_login
POST
/v1/auth/trusted-proxy/login

Creates a session from trusted proxy identity headers when remote auth mode is configured to trusted proxy.

Response Body

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/auth/trusted-proxy/login"
{  "expires_at": 0,  "session_token": "string",  "user": {    "avatar_url": "string",    "email": "string",    "oidc_subject": "string",    "role": null,    "user_id": "string"  }}