Amazon Cognito · Schema
CognitoIdentityProvider
A provider representing an Amazon Cognito user pool and its client ID.
AuthenticationIdentityOIDCSAMLUser ManagementFederated Identity
Properties
| Name | Type | Description |
|---|---|---|
| ProviderName | object | |
| ClientId | object | |
| ServerSideTokenCheck | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-schema/identity-pools-cognito-identity-provider-schema.json",
"title": "CognitoIdentityProvider",
"description": "A provider representing an Amazon Cognito user pool and its client ID.",
"type": "object",
"properties": {
"ProviderName": {
"allOf": [
{
"$ref": "#/components/schemas/CognitoIdentityProviderName"
},
{
"description": "The provider name for an Amazon Cognito user pool. For example, <code>cognito-idp.us-east-1.amazonaws.com/us-east-1_123456789</code>."
}
]
},
"ClientId": {
"allOf": [
{
"$ref": "#/components/schemas/CognitoIdentityProviderClientId"
},
{
"description": "The client ID for the Amazon Cognito user pool."
}
]
},
"ServerSideTokenCheck": {
"allOf": [
{
"$ref": "#/components/schemas/CognitoIdentityProviderTokenCheck"
},
{
"description": "<p>TRUE if server-side token validation is enabled for the identity provider\u2019s token.</p> <p>Once you set <code>ServerSideTokenCheck</code> to TRUE for an identity pool, that identity pool will check with the integrated user pools to make sure that the user has not been globally signed out or deleted before the identity pool provides an OIDC token or AWS credentials for the user.</p> <p>If the user is signed out or deleted, the identity pool will return a 400 Not Authorized error.</p>"
}
]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/identity-pools-cognito-identity-provider"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.