Lite Saml Implements basic SAML 2.0 data model classes, serialization/deserialization to/from xml with XML security and certificates support, and message encapsulations to bindings. Covered with unit tests.
If you want to integrate SAML without dealing with the low-level data model, use the litesaml/saml wrapper — it provides ready-to-use ServiceProviderWrapper and IdentityProviderWrapper built on top of this package.
You can find our Cookbook in this dedicated website.
Lite Saml is an open source project under MIT License and is open for contributions.