2

I am trying to integrate using this https://simplesamlphp.org/download but not able to understand the steps. i am completely new for this.

Thanks in advance.

Venugopal
  • 29
  • 1
  • 8

1 Answers1

0

There is a laravel saml package that uses simpleSAMLphp: https://github.com/mlntn/laravel-saml

That will add SAML support to your laravel app turning it a SAML Service Provider.

smartin
  • 2,957
  • 2
  • 23
  • 33
  • Thanks for the response, My application is build on laravel 5.2. Does the above git link will support for 5.2. – Venugopal Nov 07 '16 at 06:25
  • I guess: Check description of composer: https://github.com/mlntn/laravel-saml/blob/master/composer.json#L3 It says lavarel 5.* – smartin Nov 07 '16 at 12:49