2.7 WebLogic configuration for OAuth To enable OAuth support on WebLogic server follow below mentioned steps. Login to WebLogic console with admin login and navigate to “Domain Structure” → “Deployments”. Click on “com.ofss.digx.connector” Figure 2-40 Deployments Navigate to “Configuration” → “Outbound Connection Pools” tab and click on New. Figure 2-41 Outbound Connection Pools Configuration Select “javax.resource.cci.ConnectionFactory” and click on Next. Figure 2-42 Outbound Connection Group Configuration Enter JNDI name as ra/DIGXConnectorSSOKEY and click on Finish. Figure 2-43 JNDI Configuration for Outbound Connection Again navigate to “Domain Structure” → “Deployments”. Click on “com.ofss.digx.connector”. Figure 2-44 Deployments Navigate to “Security” → “Outbound Credentials Mapping” tab and click on New. Figure 2-45 Outbound Credentials Mappings 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 Select “Default User” and click on Next. Figure 2-47 Create New Security Credentials Mappings Provide the below mentioned field values as given below. EIS User Name: - Client ID save in txt file generated from IDCS in section 3.5, step 6. EIS Password: - Client Secret save in txt file generated from IDCS in section 3.5, step 6. 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 Click on Finish to save the configuration. Parent topic: Configuration