IdentityProviderConfiguration
Provides information about the identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Inheritors
Types
Information about the OIDC-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Information about the SAML 2.0-compliant identity provider (IdP) used to authenticate end users of an Amazon Q Business web experience.
Functions
Casts this IdentityProviderConfiguration as a OpenIdConnectConfiguration and retrieves its aws.sdk.kotlin.services.qbusiness.model.OpenIdConnectProviderConfiguration value. Throws an exception if the IdentityProviderConfiguration is not a OpenIdConnectConfiguration.
Casts this IdentityProviderConfiguration as a OpenIdConnectConfiguration and retrieves its aws.sdk.kotlin.services.qbusiness.model.OpenIdConnectProviderConfiguration value. Returns null if the IdentityProviderConfiguration is not a OpenIdConnectConfiguration.
Casts this IdentityProviderConfiguration as a SamlConfiguration and retrieves its aws.sdk.kotlin.services.qbusiness.model.SamlProviderConfiguration value. Throws an exception if the IdentityProviderConfiguration is not a SamlConfiguration.
Casts this IdentityProviderConfiguration as a SamlConfiguration and retrieves its aws.sdk.kotlin.services.qbusiness.model.SamlProviderConfiguration value. Returns null if the IdentityProviderConfiguration is not a SamlConfiguration.