Amazon HealthLake · Schema
IdentityProviderConfiguration
The identity provider configuration that you gave when the data store was created.
FHIRHealth DataHealthcareHIPAACloud Computing
Properties
| Name | Type | Description |
|---|---|---|
| AuthorizationStrategy | object | |
| FineGrainedAuthorizationEnabled | object | |
| Metadata | object | |
| IdpLambdaArn | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-healthlake/refs/heads/main/json-schema/healthlake-identity-provider-configuration-schema.json",
"title": "IdentityProviderConfiguration",
"type": "object",
"required": [
"AuthorizationStrategy"
],
"properties": {
"AuthorizationStrategy": {
"allOf": [
{
"$ref": "#/components/schemas/AuthorizationStrategy"
},
{
"description": "The authorization strategy that you selected when you created the data store."
}
]
},
"FineGrainedAuthorizationEnabled": {
"allOf": [
{
"$ref": "#/components/schemas/Boolean"
},
{
"description": "If you enabled fine-grained authorization when you created the data store."
}
]
},
"Metadata": {
"allOf": [
{
"$ref": "#/components/schemas/ConfigurationMetadata"
},
{
"description": "<p>The JSON metadata elements that you want to use in your identity provider configuration. Required elements are listed based on the launch specification of the SMART application. For more information on all possible elements, see <a href=\"https://build.fhir.org/ig/HL7/smart-app-launch/conformance.html#metadata\">Metadata</a> in SMART's App Launch specification.</p> <p> <code>authorization_endpoint</code>: The URL to the OAuth2 authorization endpoint.</p> <p> <code>grant_types_supported</code>: An array of grant types that are supported at the token endpoint. You must provide at least one grant type option. Valid options are <code>authorization_code</code> and <code>client_credentials</code>.</p> <p> <code>token_endpoint</code>: The URL to the OAuth2 token endpoint.</p> <p> <code>capabilities</code>: An array of strings of the SMART capabilities that the authorization server supports.</p> <p> <code>code_challenge_methods_supported</code>: An array of strings of supported PKCE code challenge methods. You must include the <code>S256</code> method in the array of PKCE code challenge methods.</p>"
}
]
},
"IdpLambdaArn": {
"allOf": [
{
"$ref": "#/components/schemas/LambdaArn"
},
{
"description": "The Amazon Resource Name (ARN) of the Lambda function that you want to use to decode the access token created by the authorization server."
}
]
}
},
"description": "The identity provider configuration that you gave when the data store was created."
}
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/healthlake-identity-provider-configuration"
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.