Changes between Version 34 and Version 35 of idpiam2018


Ignore:
Timestamp:
Sep 13, 2018, 9:54:34 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • idpiam2018

    v34 v35  
    809809*
    810810{{{
    811    vim /opt/shibboleth-idp/metadata/metadata.xml
     811   vim /opt/shibboleth-idp/metadata/idp-metadata.xml
    812812}}}
    813813{{{#!xml
     
    817817          - urn:mace:shibboleth:1.0
    818818
     819        - Upload an example png file to /var/srv/html as logo.png with 80x80 pixel.
     820        - On <Extensions> include
     821            <mdui:UIInfo>
     822                <mdui:DisplayName xml:lang="en">Institute XY</mdui:DisplayName>
     823                <mdui:Description xml:lang="en">Enter a description of your IdP</mdui:Description>
     824                <mdui:Logo height="80" width="80">https://idp.instXY.ac.lk/logo.png</mdui:Logo>
     825            </mdui:UIInfo>
     826
     827
    819828        – Remove the endpoint:
    820829          <ArtifactResolutionService Binding="urn:oasis:names:tc:SAML:1.0:bindings:SOAP-binding" Location="https://idp.instXY.ac.lk:8443/idp/profile/SAML1/SOAP/ArtifactResolution" index="1"/>
     
    824833          <NameIDFormat>urn:mace:shibboleth:1.0:nameIdentifier</NameIDFormat>
    825834
    826         – Replace the endpoint:
    827           <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:transient</NameIDFormat>
    828           with:
     835        – Add the endpoint:
    829836          <NameIDFormat>urn:oasis:names:tc:SAML:2.0:nameid-format:persistent</NameIDFormat>
    830837          (because the IdP installed with this guide releases persistent SAML NameIDs)