...
Techincal Specifications
System Requirements:
Since version 3.0.0
- Java Platform, Standard Edition Runtime Environment version 11
- Java Servlet 3.1 or 3.0 compliant application server
- System time synchronized with the time of the IDP
- Ubilogin SSO Server 9.x
- If IDP uses stronger encryption schemes, such as AES-256, you need to install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. Ubilogin SSO Server does not require this.
Previous versions
- Java Platform, either
- Standard Edition Runtime Environment Version 8 (Java SE 8)
- or Standard Edition Runtime Environment Version 7 (Java SE 7)
- or Standard Edition Runtime Environment Version 6 (Java SE 6)
- Java Servlet 3.1 or 3.0 compliant application server
- System time synchronized with the time of the IDP
- Ubilogin SSO Server 6.x or 7.x
- If IDP uses stronger encryption schemes, such as AES-256, you need to install the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. Ubilogin SSO Server does not require this.
...
- Unrestricted JCE policy is required and is available from IBM. The error "identity.properties: invalid keystore" is shown to system.out if this unrestricted JCE policy
- Identity generation with the command line command
"java -jar ubisaml2.jar generate" is not supported with IBM Java.
Use Oracle Java for this step.
Change Log
3.0.0 (SSO 9.0.0)
- New: Java 11 support added (Java 8 is not supported).
- New: Key rotation feature added.
2.5.0.42315
- Java 8 is now supported
- Java 5 is no longer supported
- Fixed IAM-217: Xalan library deployment in application server causes receiving SOAP message (LogoutRequest/Response and AttributeQuery response) to fail with StackOverflowError
...