CognitoIdentityProvider is a JSON Structure definition published by Amazon Cognito, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-cognito/refs/heads/main/json-structure/identity-pools-cognito-identity-provider-structure.json",
"name": "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>"
}
]
}
}
}
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.