This is a fork of litesaml/lightsaml and adds support for:
- RSASSA-PSS based XML signature algorithms (by using our fork of xmlseclibs)
SamlExtenionsinAuthnRequestRequestedAuthnContextinAuthnRequest
These changes are necessary for using this library with the German services bundID and MeinUnternehmenskonto. We maintain this repo, with the latest changes from litesaml/lightsaml and our additions.
This package requires php:^8.1
Install with composer.
{
"repositories": [
{
"url": "https://github.com/brain-SCC/lightsaml.git",
"type": "git"
}
],
"require": {
"brainscc/lightsaml": "~4.5.0"
}
}