Skip to content

Releases: codegreencreative/laravel-samlidp

Security Digest Flexibility

29 Jul 13:00
Compare
Choose a tag to compare

Add the option to update the security digest using the config.

Security Digest Flexibility

29 Jul 13:00
Compare
Choose a tag to compare

Add the option to update the security digest using the config.

Security Digest Flexibility

29 Jul 13:01
Compare
Choose a tag to compare

Add the option to update the security digest using the config.

Security Digest Flexibility

29 Jul 13:01
Compare
Choose a tag to compare

Add the option to update the security digest using the config.

Register events from the config file

26 May 12:39
f36165a
Compare
Choose a tag to compare

Allow registering events using the config file for more flexibility.

Fix blade directive caching

24 Mar 13:07
516db46
Compare
Choose a tag to compare

Blade directives cache the PHP string on the first occurrence. In the @samlidp component, the IF statement checking for a SAMLRequest parameter is only checked on the first load. This can cause issues for applications that share the login form with their SAML login.

Thanks @brandonohara

Get E-Mail from field defined in the config

12 Mar 03:57
6483079
Compare
Choose a tag to compare

Fix query parameters

17 Feb 14:07
5e11b6a
Compare
Choose a tag to compare

Fix the problem of urls that have a query parameters

Missing exception declaration

11 Feb 13:22
c8094ed
Compare
Choose a tag to compare

DestinationMissingException was missing from SamlSso, thanks @rozenlicht for the catch and fix.

Minor bug update

12 Jan 14:08
Compare
Choose a tag to compare

Allow use of samlidp.certname config in meta controller