Product documentation
EntraCaMigration
Microsoft Entra Conditional-Access policy migration to tenant auth policies.
EntraCaMigration
Microsoft Entra Conditional-Access policy migration to tenant auth policies.
Base URL: https://api.stg.thoryn.org
Operations
| Method | Path | Summary | Scopes |
|---|---|---|---|
POST | /api/v1/migration/entra/ca-policies | Entra Ca Migration Migrate Entra Ca Policies | tenant:ca_policies.write + tenant:migration.entra |
Operation details
POST /api/v1/migration/entra/ca-policies
Entra Ca Migration Migrate Entra Ca Policies
- Operation ID:
entraCaMigrationMigrateEntraCaPolicies - Required scopes:
tenant:ca_policies.write+tenant:migration.entra
Request body (required): application/json → EntraMigrationRequest
Responses:
| Status | Description | Body |
|---|---|---|
200 | OK | object |
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) |