Atlas
Admin — SSO

Verify SSO provider domain

Triggers a DNS TXT record lookup to verify domain ownership for the SSO provider. Returns status 'verified' if the expected TXT record is found, 'failed' otherwise. If the domain is already verified, returns immediately without performing a DNS lookup.

POST
/api/v1/admin/sso/providers/{id}/verify

Path Parameters

id*string
Length1 <= length <= 128

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/sso/providers/prov_abc123/verify"
{
  "status": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
Edit on GitHub

Last updated on