- DarkLight
Configuring SAML Client for Workspace
- DarkLight
Repeat the steps under Okta. Instead of Campaign Manager, the application name is Workspace.
Make the following changes in the Workspace application:
In the Workspace web.config file, set the configuration properties:
"IsSSOAuthenticationEnabled" as true;
"SSOAuthBaseUrl" - Provide the base URL of the Auth application (Auth).;
"AllowedOrigin" - Hostname of the base URL such as acqueon.com for hosted environments and custmerhostname.com for customer VPCs.
In the Auth application’s web.config file, set the "AllowedOrigin" configuration property to allowed Domain URL provided in OKTA application. This is an optional step, if you have already configured the auth application to activate SSO for Console application.
OKTA user must be available in the OBD_Users table in the tenant application. If there is no user, insert one using the sample query:
INSERT INTO OBD_USERS (USERID, NAME, PASSWORD, ADDRESS1, ADDRESS2, CITY, STATE, PIN, HOME_PHONE, MOBILE_PHONE, EMAIL_ID, COMMENTS, AuthenticationType, UserType, IsSalesForce, IsUserMapped) VALUES ( '[email protected]', ‘agent’, '', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 2, 1, 0,1)