Hello.
Currently I have a platform that already receives a SAML response, but we are having problems validating the authenticity of said request, could this extension help me only to validate said response? Everything else (user registration and login) we have already built
Regards
Use php-saml
https://github.com/onelogin/php-saml
Here is the code that process a SAMLResponse:
https://github.com/onelogin/php-saml/blob/master/demo1/index.php#L70
https://github.com/onelogin/php-saml/blob/master/lib/Saml2/Auth.php#L203
https://github.com/onelogin/php-saml/blob/master/lib/Saml2/Response.php