Releases: codegreencreative/laravel-samlidp
Security Digest Flexibility
Add the option to update the security digest using the config.
Security Digest Flexibility
Add the option to update the security digest using the config.
Security Digest Flexibility
Add the option to update the security digest using the config.
Security Digest Flexibility
Add the option to update the security digest using the config.
Register events from the config file
Allow registering events using the config file for more flexibility.
Fix blade directive caching
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
Thanks to @shawnhooper for the contribution.
Fix query parameters
Fix the problem of urls that have a query parameters
Missing exception declaration
DestinationMissingException was missing from SamlSso, thanks @rozenlicht for the catch and fix.
Minor bug update
Allow use of samlidp.certname config in meta controller