Enable SAML logout url when logout executed

Uncategorized

Users will now also be logged out from the SAML service when SAML is activate and the logout configuration is defined
If the SingleLogoutServiceUrl is not configured, the logout button is not enabled.

<SAMLConfiguration xmlns="urn:componentspace:SAML:2.0:configuration">
    <PartnerIdentityProviders>
        <PartnerIdentityProvider
                SingleLogoutServiceUrl="" /> <!– The SingleLogoutServiceUrl attribute specifies the partner provider’s single logout (SLO) service URL. –>
    </PartnerIdentityProviders>
</SAMLConfiguration>