Skip to content

brain-SCC/lightsaml

 
 

Repository files navigation

lightSAML

This is a fork of litesaml/lightsaml and adds support for:

  • RSASSA-PSS based XML signature algorithms (by using our fork of xmlseclibs)
  • SamlExtenions in AuthnRequest
  • RequestedAuthnContext in AuthnRequest

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.

Installation

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"
    }
}

About

Fork of lightsaml for support with bundID and MeinUnternehmskonto

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%