Closed Yoshani closed 7 months ago
In addition to the above mentioned content, a usage of SHA1 was identified in mutual ssl authenticator. SHA1 was being used to generate thumbprints for the client certificates in mutual ssl authenticator. Now, it has been changed to SHA256 by default. The below mentioned configuration can be used to revert the new behaviour to use SHA1 as before.
[admin_console.authenticator.mutual_ssl_authenticator.config]
enableSHA256 = false
Related PRs:
Describe the issue: The usages of SHA1 in the product have been changed to SHA256. Following this improvement, the below migration impacts can be listed.
IdentityApplicationManagementUtil.java
Related PRs: