[en] To integrate Acrolinx into your single sign-on setup, you need to configure Acrolinx to search for SSO identifiers in the request header.
[en] To configure the SSO properties, follow these steps:
-
[en] Open the
coreserver.properties
. -
[en] To configure the generic password that's used in your single sign-on setup, add the following property:
singleSignOn.genericPassword=<PASSWORD>
[en] Acrolinx support for single sign-on doesn't include the term contribution feature. Users need to enter their passwords when they open the term contribution form, but not when they access an Acrolinx Integration. When users check with Acrolinx Integrations, the general access token is automatically used for client authentication.
-
[en] To restrict single sign-on to a set of configurable hosts, add the following property:
singleSignOn.allowedRemoteAddresses=<ADDRESSES>
[en] For example, you can use a regular expression to create a comma-delimited list of secured remote addresses:
[en] Example
singleSignOn.allowedRemoteAddresses=10\.10\..*\..*,192\.168\..*\..*
Anmerkung
[en] Enter regular expressions in the Java regular expression syntax. However, you can't use range quantifiers such as
\d{1,3}
. This is because they include commas that interfere with the interpretation of the property. -
[en] Save the core server properties file and restart the Acrolinx Platform.