SimplesamlphpBundle icon indicating copy to clipboard operation
SimplesamlphpBundle copied to clipboard

SimpleSAMLphp Bundle for Symfony2

Results 4 SimplesamlphpBundle issues
Sort by recently updated
recently updated
newest added

This bundle will be compatible with Symfony 4 ?

Hello! Is this lib support wsfed protocol?

Hi There, Just noticed a warning: _The class or interface 'SimpleSAML_Auth_Simple' is now using namespaces, please use 'SimpleSAML\Auth\Simple'._ So I changed the services.yml to: ``` services: simplesamlphp.auth: class: SimpleSAML\Auth\Simple #SimpleSAML_Auth_Simple...

Hi, I'm trying to use this bundle but I cannot find the point in which the application calls the IDP and returns the assertion so I can use it. Can...