okta.apps.read
Lists all federated claims for your app
OK
Unauthorized
Forbidden
Not Found
Too Many Requests
[- {
- "id": "ofc893fbjaBaqdtoX0g7",
- "name": "role",
- "expression": "appuser.entitlements.role",
- "created": "2024-12-25T03:00:00.000Z",
- "lastUpdated": "2024-12-25T03:00:00.000Z"
}, - {
- "id": "ofc893fbjaTxynmo5v93",
- "name": "readOnly",
- "expression": "appuser.entitlements.readOnly",
- "created": "2024-12-25T05:00:00.000Z",
- "lastUpdated": "2024-12-25T05:00:00.000Z"
}
]
okta.apps.manage
Creates a claim that will be included in tokens produced by federation protocols (for example: OIDC id_tokens
or SAML Assertions)
Created
Bad Request
Unauthorized
Forbidden
Too Many Requests
{- "name": "role",
- "expression": "appuser.entitlements.role"
}
{- "id": "ofc893fbjaBaqdtoX0g7",
- "name": "role",
- "expression": "appuser.entitlements.role",
- "created": "2024-12-25T03:00:00.000Z",
- "lastUpdated": "2024-12-25T03:00:00.000Z"
}
okta.apps.read
Retrieves a federated claim by claimId
OK
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "id": "ofc893fbjaBaqdtoX0g7",
- "name": "role",
- "expression": "appuser.entitlements.role",
- "created": "2024-12-25T03:00:00.000Z",
- "lastUpdated": "2024-12-25T03:00:00.000Z"
}
okta.apps.manage
Replaces a claim that will be included in tokens produced by federation protocols (for example: OIDC id_tokens
or SAML Assertions)
Created
Bad Request
Unauthorized
Forbidden
Too Many Requests
{- "name": "readOnly",
- "expression": "appuser.entitlements.readOnly"
}
{- "id": "ofc893fbjaTxynmo5v93",
- "name": "readOnly",
- "expression": "appuser.entitlements.readOnly",
- "created": "2024-12-25T04:00:00.000Z",
- "lastUpdated": "2024-12-25T05:00:00.000Z"
}
okta.apps.manage
Deletes a federated claim by claimId
No Content
Unauthorized
Forbidden
Not Found
Too Many Requests
{- "errorCode": "E0000011",
- "errorSummary": "Invalid token provided",
- "errorLink": "E0000011",
- "errorId": "sampleQPivGUj_ND5v78vbYWW",
- "errorCauses": [ ]
}