Releases: codegreencreative/laravel-samlidp
Releases · codegreencreative/laravel-samlidp
Fix issue with DeserializationContext
DeserializationContext was not being declared.
Add config option to log out of IdP when logging out of any service provider
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
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
Added the name method to prefix the route with saml
.
Official release
v1.0.0 Update composer.json