OpenSAML Signing with Azure Key Vault using Azure’s KeyVaultJcaProvider : engineInitSign() not supported
Summary The issue at hand is the inability to sign OpenSAML responses using Azure Key Vault due to the default behavior of KeyVaultJcaProvider, which uses KeyVaultKeylessRsa256Signature for the “SHA256withRSA” signature. This prevents the use of RSASignature without utilizing KeyVaultKeylessRsa256Signature. The goal is to find a way to enforce the use of RSASignature or an alternative … Read more