What's new in the foundational services installer version 4.10
See the latest updates to foundational services.
Identity Management (IM)
-
Support for SAML with identity provider (IdP) initiated login: From foundational services version 4.10, you can configure SAML with IdP initiated login. For more information, see Configuring SAML with IdP initiated login.
-
Support for PingDirectory Server LDAP type: From foundational services version 4.10, IM supports PingDirectory Server LDAP type for pagination, SCIM, and mTLS configuration.
-
Removed migration annotations in the Authentication custom resource (CR): From foundational services version 4.10, the
authentication.operator.ibm.com/db-schema-version
,authentication.operator.ibm.com/migration-complete
, andauthentication.operator.ibm.com/retain-migration-artifacts
annotations are removed in the Authentication custom resource (CR). You can use theMigrationsPerformed
andMigrationsRunning
conditions to check the migration status. For more information, see Database migration status. -
Removed MongoDB resources automatically: From foundational services version 4.10, the IM operator removes the MongoDB resources that exist in the Authentication namespace automatically after a successful database migration.
-
Updated migration name in the operator logs: From foundational services version 4.10, the migration names such as
initEDB
andMongoToV1
in the operator logs are changed toinitOperandSchemas
andMongoToEDBv1
. -
Access to all configured login options: If you need to access a login type that is not listed as the value of the
PREFERRED_LOGIN
parameter, you can go to the login page and specify askip_pref_login
parameter which makes all the configured login options available. For more information, see Authentication types.