Juanlu Garcia
unread,Aug 9, 2011, 6:31:33 PM8/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-app...@googlegroups.com
Hi guys, I'm developing a Joomla component for SSO in Google Apps.
I'm about to finish the xml exchange, in fact , I've achive SSO, signing the saml response with a console command called xmlsec1.
However, I have to do it without this command, due to in most of web servers isn't avaliable.
For this purpose, I've used a php library called xmlseclibs, which implements partial functionality of the command.
The last step I can't to resolve is to sign correctly the saml response. All the XML Elements are right, except the SignatureValue Element and my question is:
which part of the saml response is signed in the SignatureValue XML Element?
Thank so much, and sorry for my poor English skill.