iamdigitalservices / onelogin-module-saml2-antireplay
There is no license information available for the latest version (1.0.0) of this package.
Extension of onelogin-module-saml2 or onelogin-module-saml2-extend that adds support to prevent Replay Attacks. Implemented by Sixto Martin
Package info
github.com/pitbulk/magento-saml-antireplay
Type:magento2-module
pkg:composer/iamdigitalservices/onelogin-module-saml2-antireplay
1.0.0
2023-10-27 16:12 UTC
Requires
- php: ~5.6.0|~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.0.0|~8.1.0|~8.2.0
This package is auto-updated.
Last update: 2026-03-08 01:54:12 UTC
README
SAML Extension for Magento2 which adds support to prevent Replay Attacks
It requires any of the following magento extensions:
- https://commercemarketplace.adobe.com/sixtomartin-onelogin-module-saml2.html (requires version >= 1.11.0)
- https://commercemarketplace.adobe.com/sixtomartin-onelogin-module-saml2-extend.html (requires version >= 1.11.0)
In order to install it via composer, execute:
composer require iamdigitalservices/onelogin-module-saml2-antireplay
Then execute:
php bin/magento cache:clean
php bin/magento module:enable Pitbulk_Antireplay
php bin/magento setup:upgrade
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Time to time, execute the Magento CLI command to truncate the table that stores the Assertion IDs with:
php bin/magento antireplay:clean-assertions