-
Notifications
You must be signed in to change notification settings - Fork 135
SAML2 v5 Technical Design
Tim van Dijen edited this page Oct 31, 2023
·
1 revision
- Tim van Dijen
- Jaime Perez Crespo
- PSR-12
- Relatively low-level classes to parse and generate SAML2-messages.
- Building onto
simplesamlphp/xml-security
. - XML marshalling / unmarshalling.
- Helper-classes for the SAML 2.0 bindings.
- We leave any kind of implementation up to the IdP/SP; the saml2-lib is really a low-level XML-lib.
- XML-security: we leave signature verification up to implementor using xml-security API.
- We'd ideally keep a low amount of configuration freedom, but anything required should use Dependency Injection.