vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface ConnectedAppSamlConfig

    interface ConnectedAppSamlConfig {
        acsUrl: string;
        certificate?: string;
        encryptionCertificate?: string;
        encryptionType?: SamlEncryptionType;
        entityUrl: string;
        issuer?: string;
        samlIdpSLOBindingEnum?: SamlIdpSLOBinding;
        samlNameIdFormat?: SamlNameIdFormatType;
        samlSigningAlgoType?: SamlSigningAlgoType;
        samlSloUrl?: string;
        samlSubjectCustomAttr?: string;
        samlSubjectType: SamlSubjectType;
    }
    Index

    Properties

    acsUrl: string
    certificate?: string
    encryptionCertificate?: string
    encryptionType?: SamlEncryptionType
    entityUrl: string
    issuer?: string
    samlIdpSLOBindingEnum?: SamlIdpSLOBinding
    samlNameIdFormat?: SamlNameIdFormatType
    samlSigningAlgoType?: SamlSigningAlgoType
    samlSloUrl?: string
    samlSubjectCustomAttr?: string
    samlSubjectType: SamlSubjectType