single sign on - How to process SAML from idp initiated SSO using PHP? -
i'm service provider. sso process being initiated @ idp, when clicks on link, , idp posting saml specified url endpoint. they've provided me metadata.xml file. not sure need.
using php, how process saml data, , how use metadata.xml? need install simplesamlphp or there simpler?
you can use simplesamlphp or "core" of software able handle saml messages: https://github.com/simplesamlphp/saml2
if looking easy approach, recommend take @ php saml toolkit, php-saml: https://github.com/onelogin/php-saml
Comments
Post a Comment