Questions concerning FIM encryption algorithms
1. Can FIM be configured so that a particular SSO connection can use one encryption algorithm versus another? For example, if we are acting as an IDP and one client requires TRIPLE DES encryption and another client requires AES 256, can FIM be configured to support this scenario?
RSA Response:
This is a system wide setting. Whenever FIM on your side encrypts data to send it will be of the one algorithm chosen. All partners/receivers will know what algorithm was used as it is marked in the xml of the assertion or name identifier. All receivers must be able to accept any of the three algorithms chosen. Encrypted data and what algorithm is used is dependent upon the xml statements used in an assertion, metadata etc.
For example
<EncryptionMethod Algorithm='http://www.w3.org/2001/04/xmlenc#tripledes-cbc'/>
<EncryptionMethod Algorithm='http://www.w3.org/2001/04/xmlenc#aes128-cbc'/>
2. Does FIM support additional encryption algorithms other than the TRIPLE DES, AES128, and AES 256? If so, how do we accomplish this?
RSA Response:
No, only the three specified. We will accept any encrypted data from partners if it is done with any of the three algorithms regardless of the system setting. The system setting is for what we send. We will accept any of the three.
General Info:
The federation protocols that Federated Identity Manager supports require encryption algorithms that are not available in the default weblogic application server environment. To implement these encryption algorithms, you must install and configure either the Crypto-J 4.0 FIPS security provider or the BouncyCastle security provider.
? Crypto-J 4.0 FIPS: jsafeJCEFIPS.jar
? BouncyCastle: bcprov-jdk14-134.jar
Federated Identity Manager uses the encryption algorithm to encrypt assertions and name identifiers. Federated Identity Manager only supports AES 128, AES 256, and triple DES. If you want to use AES-256 for encryption, you must download the JCE Unlimited Strength Jurisdiction Policy files provided with the Sun JDK 1.4.2.
Related Articles
To generate FIPS compliant pkcs12 file using Openssl 39Number of Views Error "No appropriate protocol" in RSA Access Manager 6.2 45Number of Views Windows Eventing Collector GENERAL ERROR Error: 12030 24Number of Views RSA Governance & Lifecycle Webservices SOAP Connector Datasheet 19Number of Views FileNotFoundException while creating an entitlement collector in RSA Identity Governance and Lifecycle 40Number of Views
Trending Articles
RSA Authentication Manager 8.9 Setup and Configuration Guide How to 'Trust' the RSA Authentication Manager Security Console Self-Signed Root CA certificate and prevent Cert warnings. RSA Authentication Manager 8.9 Release Notes (January 2026) Configure RSA Authentication Manager as a Secure Proxy Server for Cloud Access Service RSA Authentication Manager Upgrade Process