IamConfig / SamlProviderConfig

SAML provider configuration

providers:
- name: accelerator-provider
metadataDocument: path/to/metadata.xml
interface ISamlProviderConfig {
    metadataDocument: string;
    name: string;
}

Properties

metadataDocument: string

SAML metadata document XML file, this file must be present in config repository

name: string

The name of the provider to create.

This parameter allows a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

Length must be between 1 and 128 characters.

a CloudFormation generated name