<div dir="ltr"><div><div><div><div><div><div>Hello,<br><br></div>I developed SP code with opensaml 2 API. Everything works well until IdP is sending EncryptedAssertion with AuthnResponse. In that case SP is able to decrypt it, but resulting <br>
</div>xml is wit problems.<br><br></div><div>The code working well in standalone program. However working inside web application container (it is Play Framework) it has problem with decrypted Assertion<br></div><div><br></div>
The structure of Assertion is there, decrypted values also (including the Attribute value itself),<br></div>however all xml tag atrributes are either empty or full of garbage like in fragment. I wonder if somebody already encounter such problem.<br>
<br></div>Thanks,<br></div>Armen<br><div><div><br>

<p class="">…..</p>

<p class=""><b><i>&lt;saml:AttributeStatement&gt;</i></b></p>

<p class=""><b><i>&lt;saml:Attribute Name=&quot;&quot;
NameFormat=&quot;&quot;&gt;</i></b></p>

<p class=""><b><i>&lt;saml:AttributeValue xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;
xsi:type=&quot;&quot;&gt;IMPORTANTVALUE&lt;/saml:AttributeValue&gt;</i></b></p>

<p class=""><b><i>&lt;/saml:Attribute&gt;</i></b></p>

<p class=""><b><i>&lt;/saml:AttributeStatement&gt;  </i></b></p>

<p class=""><b><i>….</i></b></p><p class=""><br></p><p class=""><b><i><br></i></b></p>

<br></div></div></div>