Providers

Validate provider connection

Runs on-demand OIDC connection checks (issuer reachability, metadata retrieval, endpoint consistency, authorization endpoint reachability, and a demonstration client_credentials exchange) against the provider and returns a per-check result. Results are not persisted.

post/zones/{zoneId}/providers/{id}/validate

Path parameters

zoneIdstring required
idstring required

Response

Result of running the provider OIDC connection checks on demand. Not persisted.

provider_idstring required

Provider that was validated

status'pass' | 'fail' required

Overall outcome. fail when any individual check failed; skipped checks do not fail the run.

validated_atstring date-time required

When the validation run completed

Changes

Changed in 1 of the 23 revisions of this API.1