Publishing Authenticator

Lexmark Publishing Authenticator is a component used for the Single Sign On (SSO) environment. It uses the Open ID Connect (OIDC) and Open Authorization (OAuth) protocosl. User must install and configure this installer to enable SSO for Publishing Platform Manager (PPM) and In-store Publisher (ISP) portals.

Note: This product is optional and may be installed later in the environment.

Deployment readiness checklist

You can install Publishing Authenticator on a supported Microsoft SQL Server that runs on any of the following operating systems:

Before you begin, make sure that the following applications are installed on the server:

Installing Publishing Authenticator

  1. Obtain the Publishing Authenticator installer.

  2. Run the LexmarkPublishingAuthenticator.exe file as an administrator.

  3. Read and accept the End-User License Agreement (EULA), and then click Install.

  4. Click Next.

  5. Provide the fully qualified domain name (FQDN) or IP address of the SQL database server.

    Note: If the database is running on a non-default instance name and non-default port, then provide the instance name.
  6. Provide the database server login ID and password.

  7. Select a database.

  8. In the Lexmark Publishing Auth Provider Configuration page, type the client ID and authority URL in the respective fields.

    Notes:

    • Client Id and Authority Url are required fields.
    • If you want to change the default scope value, then type it in the Scope field in comma-separated values.
    • If necessary, select the Enable Auto Provision check box.
    • For more details, refer to the PPR SSO Integration with Azure AD document.
  9. Browse to a folder where you want to save the Publishing Authenticator files.

    Note: We recommend keeping the default directory.
  10. Install Publishing Authenticator.

FAQ

How to change the database connection strings after installation?

The Database connection strings are stored in the encrypted form in the appsetting.json file, located at C:\inetpub\wwwroot\Lexmark_Publishing_Platform_Authenticator inside the ConnectionStrings:DataConnection key. Refer to the following steps to encrypt a connection string:

  1. Go to C:\inetpub\wwwroot\Lexmark_Publishing_Platform_Authenticator\ProtectConfigData.

  2. Open the command prompt.

  3. Type ProtectConfigData <ServerName> <DatabaseName> <UserID> <Password>.

  4. Run the ProtectConfigData.exe file.

  5. Replace the existing encrypted connection string inside the appsetting.json file with the newly encrypted connection string from the command prompt.