<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 90.0pt 72.0pt 90.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FR-CA" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal">Hi,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal"><span lang="EN-CA">I try to configure one SP (v2) with SAML1, one SP (v2) with SAML2 &nbsp;et one IDP (V3).<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">When I go to the application behind the SP with SAML2, I see my HTTP headers with all valid datas.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">But When I go to the application behind the SP with SAML1, I see my HTTP headers but all are empty.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">I put in shibboleth2.xml these lines of configuration :<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&lt;SPConfig xmlns=&quot;urn:mace:shibboleth:2.0:native:sp:config&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp; xmlns:conf=&quot;urn:mace:shibboleth:2.0:native:sp:config&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp; xmlns:saml=&quot;urn:oasis:names:tc:SAML:1.1:assertion&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp; xmlns:samlp=&quot;urn:oasis:names:tc:SAML:1.1:protocol&quot;&nbsp;&nbsp;&nbsp;
<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp;&nbsp;xmlns:md=&quot;urn:oasis:names:tc:SAML:1.1:metadata&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp; clockSkew=&quot;180&quot;&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#8230;.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal" style="text-indent:35.4pt"><span lang="EN-CA">&lt;SSO entityID=&quot;https://s01-devl-shibboleth-idp.web.capitale.qc.ca/idp/shibboleth&quot; ECP=&quot;true&quot;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;discoveryProtocol=&quot;SAMLDS&quot; discoveryURL=&quot;https://ds.example.org/DS/WAYF&quot;&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;SAML1<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&lt;/SSO&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal" style="text-indent:35.4pt"><span lang="EN-CA">&#8230;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">&lt;/SPConfig&gt;<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">What&#8217;s wrong in this config ?<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span lang="EN-CA">Thanks<o:p></o:p></span></p>
</div>
<br>
<hr>
<font face="Arial" color="Gray" size="1">AVIS: Ce courriel privil&eacute;gi&eacute; et confidentiel est destin&eacute; &agrave; la seule personne ou entit&eacute; &agrave; laquelle il est adress&eacute;. Pour toute autre personne, toute action prise en rapport &agrave; ce courriel ainsi que toute lecture, reproduction,
 transmission et/ou divulgation d'une partie ou de l'ensemble de celui-ci est interdite. Si vous n'&ecirc;tes pas la personne autoris&eacute;e &agrave; recevoir ce courriel, S.V.P. le retourner &agrave; l'exp&eacute;diteur et le d&eacute;truire. Bien que ce courriel ait &eacute;t&eacute; trait&eacute; contre les virus,
 il est de la responsabilit&eacute; du destinataire de s'assurer que l'envoi en est exempt. Nos communications avec vous peuvent contenir des renseignements confidentiels ou prot&eacute;g&eacute;s par le secret professionnel. Si vous d&eacute;sirez que nous communiquions avec vous par
 un autre moyen de transmission que le courrier &eacute;lectronique ordinaire non s&eacute;curis&eacute;, veuillez nous en aviser.<br>
<br>
NOTICE: This privileged and confidential email is intended only for the individual or entity to whom it is addressed. With regard to all others, any action related with this email as well as any reading, reproduction, transmission and/or dissemination in whole
 or in part of the information included in this email is prohibited. If you are not the addressee, immediately return the email to sender prior to destroying all copies. Even if this email is believed to be free from any virus, it is the responsibility of the
 recipient to make sure that it is virus exempt. Our communications to you may contain confidential information or information protected under solicitor-client privilege. Please advise if you wish us to use a mode of communication other than regular, unsecured
 e-mail in our communications with you.<br>
</font>
</body>
</html>