Configuring OAuth Client For Workspace
    • Dark
      Light

    Configuring OAuth Client For Workspace

    • Dark
      Light

    Article summary

    Repeat the steps under Okta. Instead of Campaign Manager, the application name is Workspace.

    1. In the Workspace web.config file, set the configuration properties

      1. IsSSOAuthenticationEnabled as true;

      2. SSOAuthBaseUrl - provide the base URL of the auth application (Auth).;

      3. AllowedOrigin - hostname of the base URL, example, acqueon.com for hosted and custmerhostname.com for customer VPCs.

    2. In the Auth application web.config file, set the value for configuration property for Tenant user as email and AllowedOrigin with allowed Domain URL provided in OKTA application. (you may skip this step, if you have already configured the auth application to enable SSO for Console application):

      1. OKTA user must be available in the OBD_Users table in the tenant application. If there is no user, insert one using the following 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)


    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.
    ESC

    Eddy AI, facilitating knowledge discovery through conversational intelligence