Enabling the Service Account Client From the Command Line - Enabling the Service Account Client From the Command Line - You can enable the Service Account Client from the command line utility. - Perceptive Content - OnBase - Other - Identity and Access Management Services - Other/Identity-and-Access-Management-Services/4.4/Identity-and-Access-Management-Services/Configuring-Providers-and-Clients-Using-the-Hyland-IdP-Service-Account/Service-Account-Client/Managing-Service-Account-Client/Enabling-the-Service-Account-Client-From-the-Command-Line - 4.4 - 4.4

Identity and Access Management Services

Platform
Other
Product
Identity and Access Management Services
Release
4.4
License
ft:lastPublication
2024-11-20T20:18:13.521000
ft:locale
en-US

You can enable the Service Account Client from the command line utility.

Note: It is assumed that you have already completed the base configuration for the Hyland IdP server. If you have not yet completed the base configuration, first complete the instructions under Setting Up the Hyland IdP Server From the Command Line.

To enable the Service Account Client, use the following command:

dotnet Hyland.Identity.Server.Initialization.dll enable-serviceclient

For example:

dotnet Hyland.Identity.Server.Initialization.dll enable-serviceclient --config "C:\Program Files\Hyland\identityprovider\idpconfig.json"

To disable the Service Account Client, use the following command:

dotnet Hyland.Identity.Server.Initialization.dll disable-serviceclient

For example:

dotnet Hyland.Identity.Server.Initialization.dll disable-serviceclient --config "C:\Program Files\Hyland\identityprovider\idpconfig.json"