Telemetry & observability - Guides & Tools - Idura Verify Documentation
  1. Guides & Tools
  2. Telemetry & observability

Idura offers telemetry and observability into authentication flows.

Idura may at any time change the contents of the traces or the formats of headers/query parameters.

Enabling telemetry

Telemetry is enabled by default for your tenant.

Capturing a trace id

Idura provides a way for you to capture the assigned trace id of the current trace.

In the "Telemetry" screen on the dashboard you can enable "Augment header and protocol responses". When this setting is enabled, Idura will augment responses with a Trace-Id header.

You can also enable capturing of trace id per request by sending along the following prefer header.

POST /oauth2/par HTTP/1.1
Prefer: return-trace-id

Example using Pushed Authorize Request (PAR)

POST /oauth2/par HTTP/1.1
Host: as.example.com
Content-Type: application/x-www-form-urlencoded

response_type=code&...
HTTP/1.1 201 Created
Content-Type: application/json
Trace-Id: 0190163d8694739baea5966c26f8ad91

{
  "request_uri": "urn:ietf:params:oauth:request_uri:6esc_11ACC5bwc014ltc14eY22c",
  "expires_in": 60
}