Server

Single sign-on (SSO)

This release includes the first implementation of Single sign-on, leveraging Active Directory Federation Services. This enables your users to access any Spectrumâ„¢ Technology Platform Web-based services with a single set of credentials. Instructions for implementing SSO_STS are in the Administration Guide.

role import command

The role import command allows you to import all role definitions and their associated permissions to a JSON file named roles.json. Define the name of the file creating the roles and permissions. If the role does not exist, it will be created with permissions from the file. If the role exists, it will be updated. This feature allows you to use the output created from role export command, so that you can recreate roles and permissions on new servers.

Deprecated - remoteClientCheck

The remoteClientCheck property is deprecated. Background processing improvements removed the need for this property.

Metadata Insights Connection

This release includes the ability to create and edit connections within the Spectrumâ„¢ Technology Platform Management Console.

New container property: spectrum.repository.server.cluster.nodeCount

The new spectrum.repository.server.cluster.nodeCount property sets the number of repository nodes in the cluster. This property must be set on nodes that run a Neo4j instance. The way you specify this property depends upon your cluster configuration:
  • For cluster configurations with separate servers and repositories: Set this flag in the spectrum-container.properties file on each repository node configuration, and not on the server node configurations.
  • For combined server-repository configurations: Set the property in the spectrum-container.properties file on each node of the cluster.
Container properties are described in the Installation Guide.