SAML-Toolkits / php-saml

Simple SAML toolkit for PHP
MIT License
1.21k stars 462 forks source link

what steps required to create a IdP initated login with a magicLink in it and redirect to SP #557

Closed pentium10 closed 1 year ago

pentium10 commented 1 year ago

We have the following requirements:

Is there a guide that covers this use case? Is this use case possible with this repo? What shall be developed to make this happen?

pitbulk commented 1 year ago

php-saml implements the Service Provider part, not the Identity Provider part.

I recommend you to take a look at simpleSAMLphp instead.