Type alias ConnectedAppSamlConfig
ConnectedAppSamlConfig: {
acsUrl: string;
certificate?: string | null;
encryptionCertificate?: string | null;
encryptionType?: string | null;
entityUrl: string;
issuer?: string | null;
samlIdpSLOBindingEnum?: string | null;
samlNameIdFormat?: string | null;
samlSloUrl?: string | null;
samlSubjectCustomAttr?: string | null;
samlSubjectType: string;
}
Type declaration
acsUrl: string
Optional
certificate?: string | null
Optional
encryptionCertificate?: string | null
Optional
encryptionType?: string | null
entityUrl: string
Optional
issuer?: string | null
Optional
samlIdpSLOBindingEnum?: string | null
Optional
samlNameIdFormat?: string | null
Optional
samlSloUrl?: string | null
Optional
samlSubjectCustomAttr?: string | null
samlSubjectType: string