0

I tryed to implement SimpleSAMLPHP (https://simplesamlphp.org/) with Symfony 2.4+ (http://symfony.com/). But since Symfony is managing the sessions, it destroy the SimpleSAML session before that one has been write.

Does anyone solve this problem ? I'm currently moving to another SAML library : onelogin/php-saml (https://github.com/onelogin/php-saml)

sonique
  • 4,539
  • 2
  • 30
  • 39

2 Answers2

1

So I finally used php-saml from one-login, it works well. I follow this tutorial : https://onelogin.zendesk.com/hc/en-us/articles/201175684-SAML-toolkit-for-PHP

sonique
  • 4,539
  • 2
  • 30
  • 39
0

Out of the scope of the question: maybe you would like to share the implementation you did using Symfony2 and PHP-SAML?

andrius.k
  • 799
  • 1
  • 10
  • 26