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

1.0.0 2023-10-27 16:12 UTC

This package is auto-updated.

Last update: 2024-03-30 00:32:01 UTC


README

SAML Extension for Magento2 which adds support to prevent Replay Attacks

It requires any of the following magento extensions:

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