Encrypted Assertion problem
Armenak Nargizyan
anargizyan at gmail.com
Wed Dec 25 09:15:42 EST 2013
Hello,
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
xml is wit problems.
The code working well in standalone program. However working inside web
application container (it is Play Framework) it has problem with decrypted
Assertion
The structure of Assertion is there, decrypted values also (including the
Attribute value itself),
however all xml tag atrributes are either empty or full of garbage like in
fragment. I wonder if somebody already encounter such problem.
Thanks,
Armen
…..
*<saml:AttributeStatement>*
*<saml:Attribute Name="" NameFormat="">*
*<saml:AttributeValue xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance
<http://www.w3.org/2001/XMLSchema-instance>"
xsi:type="">IMPORTANTVALUE</saml:AttributeValue>*
*</saml:Attribute>*
*</saml:AttributeStatement> *
*….*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20131225/4a6257a4/attachment.html
More information about the dev
mailing list