Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Okta Admin

Customers using the updated GlobalSearch Go interface can provision Okta. Your Okta Admin should first install the Square 9 GlobalSearch integration from the Okta Applications catalog.

image-20240329-121642.png

Search for “Square 9 GlobalSearch” and add the integration. With the integration added, the Okta admin will need to provide both the application’s Client ID, in addition to the Okta org url we are working with.

The org url can be copied from the user profile dropdown in the top right corner of the Okta website:

image-20240329-122150.png

Client ID can be retrieved by inspecting the applications in your Okta org:

image-20240329-122304.png

Your Okta admin can now provision users to the Square 9 application as the see fit, as they would any other application in the Okta interfaces.

GlobalSearch Admin

Before you can authenticate users to GlobalSearch, the GlobalSearch admin will need to provided the Client ID and Okta Org URL to your GlobalSearch environment. GlobalSearch cloud customers should open a support request to provide this detail. Premise customers should perform the following:

  1. Navigate to c:\inetpub\wwwroot\square9api\public\config.json

  2. Add or adjust the authenticationProviders section to mimic the example below:

    "authenticationProviders":  {
		"okta":{
			"clientId":"YourClientID",
			"orgUrl":"https://YourOrgURL.okta.com"
		}
    },
  • No labels