Authenticate using configured HTTP request headers.
POST/api/v1/auth/header
POST form mirrors the GET form for integrations that submit auth checks with POST while still carrying credentials and metadata in request headers.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Header-mode authentication result. Successful requests return headers such as Auth-Status, Auth-User, X-Nauthilus-Session, and dynamic X-Nauthilus-* attribute headers.
Response Headers
Auth-Status
Auth-User
X-Nauthilus-Memory-Cache
X-Nauthilus-Session
Invalid JSON or request validation failure.
Authentication is missing or invalid.
Header-mode authentication failure. The response body is JSON null; Auth-Status carries the status message.
Response Headers
Auth-Status
Auth-Wait
X-Nauthilus-Session
Resource was not found.
Error response.