###### Configuration changes #########
# Current Version: 1.14.x             #
# Previous Version: 1.13.x            #
######################################

Shibboleth Configuration
========================

* Update Shibboleth configuration, added httpOnly cookieProp. Overwrite old Shibboleth2.xml with new one.

Shibboleth Configuration
========================
in /etc/shibboleth/attribute-map.xml
change
    <!-- Mail attribute map -->
    <Attribute name="urn:mace:dir:attribute-def:mail"
               nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:basic"
               id="Shib-InetOrgPerson-mail" />
into
    <!-- Mail attribute map -->
    <Attribute name="urn:mace:dir:attribute-def:mail"
               nameFormat="urn:oasis:names:tc:SAML:2.0:attrname-format:uri"
               id="Shib-InetOrgPerson-mail" />

in shibboleth2.xml