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

    Interface SamlSsoConfigMetadata

    interface SamlSsoConfigMetadata {
        attributeName?: string;
        attributeNameIdFormat?: string;
        decryptionCertificate?: string;
        errorUrl?: string;
        executionUserId?: string;
        fullName?: string;
        identityLocation: SamlIdentityLocationType;
        identityMapping: SamlIdentityType;
        issuer: string;
        loginUrl?: string;
        logoutUrl?: string;
        name: string;
        oauthTokenEndpoint?: string;
        redirectBinding?: boolean;
        requestSignatureMethod?: string;
        requestSigningCertId?: string;
        salesforceLoginUrl?: string;
        samlEntityId: string;
        samlJitHandlerId?: string;
        samlVersion: SamlType;
        singleLogoutBinding?: SamlSpSLOBinding;
        singleLogoutUrl?: string;
        useConfigRequestMethod?: boolean;
        userProvisioning?: boolean;
        useSameDigestAlgoForSigning?: boolean;
        validationCert: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributeName?: string
    attributeNameIdFormat?: string
    decryptionCertificate?: string
    errorUrl?: string
    executionUserId?: string
    fullName?: string
    identityLocation: SamlIdentityLocationType
    identityMapping: SamlIdentityType
    issuer: string
    loginUrl?: string
    logoutUrl?: string
    name: string
    oauthTokenEndpoint?: string
    redirectBinding?: boolean
    requestSignatureMethod?: string
    requestSigningCertId?: string
    salesforceLoginUrl?: string
    samlEntityId: string
    samlJitHandlerId?: string
    samlVersion: SamlType
    singleLogoutBinding?: SamlSpSLOBinding
    singleLogoutUrl?: string
    useConfigRequestMethod?: boolean
    userProvisioning?: boolean
    useSameDigestAlgoForSigning?: boolean
    validationCert: string