MDAA TS Docs
    Preparing search index...
    interface EntraIdOIDCProps {
        attributeMapping: { [key: string]: string };
        entraIdConfigSecretArn: string;
    }
    Index

    Properties

    attributeMapping: { [key: string]: string }

    Mapping of Cognito attributes to Entra ID claims

    entraIdConfigSecretArn: string

    ARN of the secret containing Entra ID configuration (clientId, clientSecret, tenantId). The secret should have the following format: {"clientId":"","clientSecret":"","tenantId":""}