24Slides Laravel Saml2 Versions Save

[Laravel 5.4+] An integration to add SSO to your service via SAML2 protocol based on OneLogin toolkit with support of multiple Identity Providers

2.4.0

1 month ago

Added

  • Add support for Laravel 11 (PR #85, @diegofonseca)

2.3.0

5 months ago

Added

  • Add a possibility to skip loading default database migrations (PR #76, @abublihi)

Fixed

  • Add .gitattributes to ensure that unnecessary files aren't exported when downloading via Composer (PR #75, @owenvoke)

2.2.1

7 months ago

Added

  • Add uuid of tenant to salm2.error_detail (makes logs more informative)

Full Changelog: https://github.com/24Slides/laravel-saml2/compare/2.2.0...2.2.1

2.2.0

1 year ago

Added

  • Add support for Laravel 10 (PR #56, @danijelk)

2.1.0

1 year ago

Added

  • Add an ability to customize Tenant model (PR #49, @dmyers)

Fixed

  • Change idpKey to uuid in saml2.php (PR #45, @joelpittet)

2.0.11

1 year ago

Fixed

  • Improve sls handling of errors to match acs action (PR #35, @dmyers)
  • Fix querying tenants via console commands when using PostgreSQL (issue #22, @jjmvee)

2.0.10

2 years ago

Added

  • Add support for Laravel 9 (pr #20, @SimplyCorey)

2.0.9

3 years ago

Added

  • Add SignedIn event accessors, to match the docs (#10, @darynmitchell)

2.0.8

3 years ago

Fixed

  • Version require ramsey/uuid and phpunit/phpunit
  • Update branch aliases

2.0.5

3 years ago

Added

  • The ability to customize Name ID Format for different Identity Providers