handnot2 / esaml

Erlang SAML library, SSO and SLO, with Cowboy integration
BSD 2-Clause "Simplified" License
19 stars 49 forks source link

Support Encrypted Assertions #3

Closed handnot2 closed 5 years ago

handnot2 commented 6 years ago

It would be nice to have support for Attribute Encryption. Attribute encryption is turned on by default in testshib.org. Since esaml does not support it, it fails to handle the success response for the authn request.

handnot2 commented 5 years ago

Support for Assertion Encryption is now enabled (#13).

handnot2 commented 5 years ago
Encryption Algorithms
Key Encryption http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p
Data Encryption http://www.w3.org/2009/xmlenc11#aes128-gcm
http://www.w3.org/2001/04/xmlenc#aes128-cbc
http://www.w3.org/2001/04/xmlenc#aes256-cbc