How to change the key Encryption Algorithm

Hi,
I tried to change the Encryption Method by adding the below in the saml.config file

KeyEncryptionAlgorithm=“<a href=“http://www.w3.org/2001/04/xmlenc#rsa-1_5"”>http://www.w3.org/2001/04/xmlenc#rsa-1_5

But it is throwing an SAMLSchemaValidationException error.
When i tried to validate the saml.config It showed this error ‘KeyEncryptionAlgorithm’ attribute is not declared.

I would also like to know how do i change the signature/digest method.

Thanks in Advance

[quote]
webmail724 - 12/30/2018
Hi,
I tried to change the Encryption Method by adding the below in the saml.config file

KeyEncryptionAlgorithm="http://www.w3.org/2001/04/xmlenc#rsa-1_5"

But it is throwing an SAMLSchemaValidationException error.
When i tried to validate the saml.config It showed this error 'KeyEncryptionAlgorithm' attribute is not declared.

I would also like to know how do i change the signature/digest method.

Thanks in Advance
[/quote]

Figured it out, it should have been KeyEncryptionMethod, not KeyEncryptionAlgorithm. In the configuration documentation it says KeyEncryptionAlgorithm.

My apologies. I’ll see that the documentation is corrected.