2.7 WebLogic configuration for OAuth

To enable OAuth support on WebLogic server follow below mentioned steps.

  1. Login to WebLogic console with admin login and navigate to “Domain Structure” → “Deployments”.
  2. Click on “com.ofss.digx.connector”

    Figure 2-40 Deployments


    Deployments

  3. Navigate to “Configuration” → “Outbound Connection Pools” tab and click on New.

    Figure 2-41 Outbound Connection Pools Configuration


    Outbound Connection Pools Configuration

  4. Select “javax.resource.cci.ConnectionFactory” and click on Next.

    Figure 2-42 Outbound Connection Group Configuration


    Outbound Connection Group Configuration

  5. Enter JNDI name as ra/DIGXConnectorSSOKEY and click on Finish.

    Figure 2-43 JNDI Configuration for Outbound Connection


    JNDI Configuration for Outbound Connection

  6. Again navigate to “Domain Structure” → “Deployments”.
  7. Click on “com.ofss.digx.connector”.

    Figure 2-44 Deployments


    Deployments

  8. Navigate to “Security” → “Outbound Credentials Mapping” tab and click on New.

    Figure 2-45 Outbound Credentials Mappings


    Outbound Credentials Mappings
  9. Select “ra/DIGXConnectorSSOKEY” by navigating using next button. Once selected as shown in below screenshot, click on Next.

    Figure 2-46 Create New Security Credentials Mappings


    Create New Security Credentials Mappings

  10. Select “Default User” and click on Next.

    Figure 2-47 Create New Security Credentials Mappings


    Create New Security Credentials Mappings

  11. Provide the below mentioned field values as given below.
    1. EIS User Name: - Client ID save in txt file generated from IDCS in section 3.5, step 6.
    2. EIS Password: - Client Secret save in txt file generated from IDCS in section 3.5, step 6.
    3. EIS User Name: - Client Secret save in txt file generated from IDCS section 3.5, step 6.

    Figure 2-48 Configure EIS UIS Username / Password


    Configure EIS UIS Username / Password

  12. Click on Finish to save the configuration.