POST
/v1/mgmt/scopeClaimMapping/deleteAuthorization
Descope Project ID and Management Key AuthorizationBearer <token>
Project ID:Management Key as bearer token.
In: header
Remove the project-wide scope-to-claims mapping.
curl -X POST "https://api.descope.com/v1/mgmt/scopeClaimMapping/delete" Was this helpful?
Rotate SCIM Access Key POST
Rotate the SCIM access keys of a tenant, using a valid management key. A new key is created and the tenant's existing SCIM keys for the same SSO configuration are revoked, either deleted or deactivated according to revokeMode. Update the identity provider with the new bearer token immediately - until you do, SCIM provisioning for that tenant will fail. The cleartext is returned exactly once.
Get Scope Claim Mapping POST
Get the project-wide mapping of OIDC scopes to JWT claims. Returns an empty mapping when none has been configured.