Skip to content

Releases: codegreencreative/laravel-samlidp

Fix issue with DeserializationContext

03 Oct 15:34
Compare
Choose a tag to compare

DeserializationContext was not being declared.

Add config option to log out of IdP when logging out of any service provider

30 Sep 17:10
Compare
Choose a tag to compare

There is now an option to log out of the IdP when a user logs out of a service provider. In your .env there is a new config variable called LOGOUT_AFTER_SLO. By default this behavior is turned off. To enable, set LOGOUT_AFTER_SLO to true.

#.env

LOGOUT_AFTER_SLO=true

Fix pass by reference assertion

11 Jul 18:36
Compare
Choose a tag to compare

We were not able to override the assertion claim types using an event. The original assertions stayed, while our changes were not taking affect. This release fixes the issue.

Route fix

16 Apr 13:54
Compare
Choose a tag to compare

Added the name method to prefix the route with saml.

Official release

20 Mar 13:37
Compare
Choose a tag to compare
v1.0.0

Update composer.json