Open
Description
Many applications will not deal with keys at all but will instead send data to a service like Vault to be encrypted, decrypted, signed, and verified.
Currently, an application needs to implement their own Saml2AuthenticationRequestFactory
and AuthenticationProvider
to achieve this. It would be nice if applications could implement something more targeted to cryptographic operations.
- Decrypting Assertions - Add HSM Support for Decrypting Assertions #9044
- Signing AuthnRequests - Add HSM Support for Signing AuthnRequests #9045