Decoding http response with certificate
- by Tim
Hi all,
I'm new to php and I need to authenticate to a SSO server.
The SSO server is a .Net one, using a SSL certificate.
When I go back from the SSO server, the response is encoded.
I have the key of the certificate of course, but how could I decrypt the response ?
This is very vague for me, don't hesitate to detail your answer :)
Many thanks in advance for your help,
best regards