Changelog for wai-saml2-0.3.0.0
Changelog for wai-saml2
Unreleased
- Improve parse error handling and make
encryptedKeyDataoptional (#11 by @Philonous) - Add
subjectNameIdtoSubjecttype (#13 by @kdxu) - Support the response format used by Okta, in which the
EncryptedAssertionelement is structured differently (#12 by @fumieval)
0.2.1.3
- Metadata updates.
0.2.1.2
No changes.
0.2.1.1
- Export
Resulttype fromNetwork.Wai.SAML2module.
0.2.1
- Fix missing export of
relayStateKeyand change its type.
0.2.0
- Added parsing for RelayState from form data, as sent by e.g. Shibboleth when a
targetquery string parameter is passed to the unsolicited SSO endpoint.
0.1.0
- Initial release