asasmoyo / yii-simplesamlphp

8 stars 5 forks source link

Fixed for more recent versions of SimpleSAMLphp #3

Closed infostreams closed 7 years ago

infostreams commented 7 years ago

Newer versions of SimpleSAMLphp don't have the SimpleSAML_autoload function anymore.

asasmoyo commented 7 years ago

Wow thanks for the PR! Have you test this on your side? Sorry I do not maintain Yii app with Simplesamlphp anymore so I can't test it.

infostreams commented 7 years ago

Yeah, without this code it doesn't work on my side. The reason being that the function SimpleSAML_autoload doesn't exist anymore in newer versions of SimpleSAMLphp. What this code does is

So yes, it is tested. With this code it works in newer versions of SimpleSAML. Without this code, it doesn't.

asasmoyo commented 7 years ago

Nice! Thanks a lot. Will merge it.