AWS::QBusiness::WebExperience IdentityProviderConfiguration
Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "OpenIDConnectConfiguration" :
OpenIDConnectProviderConfiguration
, "SamlConfiguration" :SamlProviderConfiguration
}
YAML
OpenIDConnectConfiguration:
OpenIDConnectProviderConfiguration
SamlConfiguration:SamlProviderConfiguration
Properties
OpenIDConnectConfiguration
-
The OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Required: No
Type: OpenIDConnectProviderConfiguration
Update requires: No interruption
SamlConfiguration
-
The SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Required: No
Type: SamlProviderConfiguration
Update requires: No interruption