Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/italia/Satosa-Saml2Spid
SATOSA SAML-to-SAML proxy with Spid compliances
https://github.com/italia/Satosa-Saml2Spid
authentication idp proxy pysaml2 saml2 satosa satosa-saml2saml spid
Last synced: about 5 hours ago
JSON representation
SATOSA SAML-to-SAML proxy with Spid compliances
- Host: GitHub
- URL: https://github.com/italia/Satosa-Saml2Spid
- Owner: italia
- License: apache-2.0
- Created: 2019-01-28T14:15:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T16:41:09.000Z (5 days ago)
- Last Synced: 2024-11-05T17:19:29.081Z (5 days ago)
- Topics: authentication, idp, proxy, pysaml2, saml2, satosa, satosa-saml2saml, spid
- Language: JavaScript
- Homepage:
- Size: 38.9 MB
- Stars: 42
- Watchers: 8
- Forks: 25
- Open Issues: 15
-
Metadata Files:
- Readme: README-DEV.md
- Changelog: CHANGELOG
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- .github - Satosa-Saml2Spid
README
## SPID technical Requirements
The SaToSa **SPID** backend contained in this project adopt specialized forks of pySAML2 and SATOSA, that implements the following patches,
read [this](README.idpy.forks.mngmnt.md) for any further explaination about how to patch by hands.All the patches and features are currently merged and available with the following releases:
- [pysaml2](https://github.com/peppelinux/pysaml2/tree/pplnx-v7.0.1-1)
- [SATOSA](https://github.com/peppelinux/SATOSA/tree/oidcop-v8.0.0)## Pending contributions to idpy
These are mandatory only for getting Spid SAML2 working, these are not needed for any other traditional SAML2 deployment:
- [disabled_weak_algs](https://github.com/IdentityPython/pysaml2/pull/628)
- [ns_prefixes](https://github.com/IdentityPython/pysaml2/pull/625)
- [SATOSA unknow error handling](https://github.com/IdentityPython/SATOSA/pull/324)
- [SATOSA redirect page on error](https://github.com/IdentityPython/SATOSA/pull/325)
- [SATOSA cookie configuration](https://github.com/IdentityPython/SATOSA/pull/363)