Product documentation
FederationConnectionTests
Connection tests for federation members (Microsoft Entra ID, Google Workspace, Okta) run during the attach wizard.
FederationConnectionTests
Connection tests for federation members (Microsoft Entra ID, Google Workspace, Okta) run during the attach wizard.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
POST | /api/v1/federation-members/google/test | Google Connection Tester Test | tenant:federation.write |
POST | /api/v1/federation-members/test | Entra Connection Tester Test | tenant:federation.write |
POST | /api/v1/federation-members/test-okta | Okta Connection Tester Test | tenant:federation.write |
Operation details
POST /api/v1/federation-members/google/test
Google Connection Tester Test
- Operation ID:
googleConnectionTesterTest - Required scopes:
tenant:federation.write
Request body (required): application/json → GoogleTestRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | GoogleTestResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
POST /api/v1/federation-members/test
Entra Connection Tester Test
- Operation ID:
entraConnectionTesterTest - Required scopes:
tenant:federation.write
Request body (required): application/json → EntraTestRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | EntraTestResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |
POST /api/v1/federation-members/test-okta
Okta Connection Tester Test
- Operation ID:
oktaConnectionTesterTest - Required scopes:
tenant:federation.write
Request body (required): application/json → OktaTestRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | OktaTestResponse |
401 | Unauthorized — bearer token missing, expired, signed by an untrusted issuer, or missing the tnt tenant claim. | Problem (problem+json) |
403 | Forbidden — token lacks a required tenant:* scope, or the tnt claim does not match the tenant addressed by the request path. | Problem (problem+json) |