Class CertificateBasedAuthProperties

java.lang.Object
software.amazon.awssdk.services.appstream.model.CertificateBasedAuthProperties
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<CertificateBasedAuthProperties.Builder,CertificateBasedAuthProperties>

@Generated("software.amazon.awssdk:codegen") public final class CertificateBasedAuthProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CertificateBasedAuthProperties.Builder,CertificateBasedAuthProperties>

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. Fallback is turned on by default when certificate-based authentication is Enabled . Fallback allows users to log in using their AD domain password if certificate-based authentication is unsuccessful, or to unlock a desktop lock screen. Enabled_no_directory_login_fallback enables certificate-based authentication, but does not allow users to log in using their AD domain password. Users will be disconnected to re-authenticate using certificates.

See Also: