IamConfig / SamlProviderConfig

SAML provider configuration

Example

providers:
- name: accelerator-provider
metadataDocument: path/to/metadata.xml

Hierarchy

  • SamlProviderConfig

Implements

Constructors

Properties

Constructors

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.

Default

a CloudFormation generated name

Generated using TypeDoc