Oracle Identity Cloud Service Integration with Oracle Eloqua Marketing Cloud Service

Oracle Identity Cloud Service Integration with Oracle Eloqua Marketing Cloud Service

Oracle launched its Identity Cloud Service (IDCS) in the fall of 2016.  IDCS is designed on Microservice architecture, which aligns with the Cloud principles of Scalability, Elasticity, Resilience, Ease of Deployment, Functional Agility, Technical Adoption, and Organization Alignment.  Moreover, IDCS is intended to provide a set of hybrid identity features to maintain a single identity for each user across on-premises and in-the-cloud services, while delivering a seamless user experience.

This blog is the first of a multi-part series that will focus on providing insights and common use cases for IDCS.  In this post, we will discuss how an integration with IDCS can simplify user authentication and single-sign-on capabilities for Oracle Eloqua Marketing Cloud Service.  This blog post highlights the federation capability of IDCS.

High-Level Integration Steps

IDCS–Oracle Eloqua integration can be achieved using the following steps:

1

Step 1:  Upload users in Oracle IDCS via CSV import.

Step 2:  Create users in Oracle Eloqua Marketing Cloud Service.

Step 3:  Extract Identity Provider Metadata from IDCS and import to Oracle Eloqua Marketing Cloud Service.

Step 4:  Extract Service Provider Metadata from Oracle Eloqua Marketing Cloud Service and import it into IDCS.

Step 5:  Test the login.

In general, these high-level steps will remain the same for IDCS integration with any other Oracle Cloud Product.

Detailed Steps

The details of each step are listed below.

Step 1:  Upload users in Oracle IDCS via CSV import.

a.  Create a CSV file. A sample CSV file can be found on the Oracle Documentation here.

2

Sample file to create users in IDCS and Eloqua

3

b. Log in to IDCS.

c.  Click on the Users tab.

4

d.  Click on the Import button.

5

e.  Click the Browse button.

6f.  Select UserImport.csv.

g.  Click the Import button.

7

h.  User import completed.

8i.  Click on the Job tab and verify the user import status.

9

j.  Click on the User tab and validate the created users.

10

Step 2:  Create users in Oracle Eloqua Marketing Cloud Service.

a.  Log in to Oracle Eloqua Marketing Cloud Service.

11

b.  The Marketing Eloqua Cloud home page looks like this:

12

c.  Click on Contact from the Audience tab.

d.  Click the Upload button.

13

e.  Select the CSV file.

14

f.  Click the cloud to upload the file.

15

g.  Select the file that contains the users which need to be created in Oracle Eloqua Marketing Cloud Service.

16

h.  Validate the user details and click the Next Step button.

17

i.  Click the Next Step button.

18

j.  Select the root folder.

19

k.  Click the Finish button.

l.  The User is created.

Step 3:  Extract Identity Provider Metadata from IDCS and import to Oracle Marketing Cloud.

 Follow the below steps to extract Metadata from IDCS.

a.  Log in to IDCS.

https://xxxxx.identity.oraclecloud.com/fed/v1/Metadata

b.  Enter user name and password to log in.

20

c.  Click on the file menu and select Save As.

21

d.  Enter the name of the file and click the Save button.

22

Follow the steps below to Import Metadata to Oracle Eloqua Marketing Cloud Service.

a.  Log in to Oracle Eloqua Marketing Cloud Service: https://login.eloqua.com/

23

b.  Click the Settings icon in the upper right corner of the screen.

24

c.  Click on View Users.

25

d.  Click the Single Sign On tab, then click on Identity Provider Setting.

26

e.  The Identity Provider Management dashboard is displayed, as seen below:

27

f.  Click on the Upload Identity Provider from Metadata button.

28

g.  Enter the name of the Identity Provider and select the extracted IDCS file.

29

h.  Click the Open button.

30

i.  Click the Save Button.

Step 4:  Extract Service Provider Metadata from Oracle Eloqua Marketing Cloud and import to IDCS.

 Extract Service Provider Metadata from Oracle Eloqua Marketing Cloud.

a.  Log in to Oracle Eloqua Marketing Cloud Service: https://login.eloqua.com/. Click on the Settings icon in the upper right corner.

31

b.  Click on View Users.

32

c.  Click the Single Sign-On tab, then click on Identity Provider Settings.

33

d.  The Identity Provider Management dashboard is displayed, as shown below:

34

e.  Click on the IDCS Metadata link and note the following values. Also, download the signing certificate.

  • logoutRequestUrl
  • partnerProviderId
  • assertionConsumerUrl

35

f.  Click the Single Sign-On tab, then click on Certificate Setup.

36

g.  Click on Service Provider Certificate for IDCS Metadata.

37

h.  Click the Download button.

38

i.  Finish.

Importing Oracle Eloqua Marketing Cloud Service SP Metadata into IDCS.

Currently, IDCS does not offer any UI interface for the addition of Service Provider Metadata, or any other similar changes to SAML settings.  These functionalities are exposed as REST APIs.  Hence, any addition or likewise changes can be achieved by using the curl commands or using REST clients.

For example, we can use a poster plugin as a rest client for these operations.

Importing Service Provider Metadata to IDCS is a two-step process.

a.  Obtain access token from OIDCS as admin user.

URL: IDCS token service end point

Headers: Authorization

Operation: POST

Data: admin user, password, scope

Example:

39

b.  Use the above access token to invoke the REST API.

URL: IDCS token service end point

Headers: Authorization

Operation: POST

Data: Details populated with service provider SCIM schema

40

Step 5:  Test the login.

a.  Log in to Oracle Eloqua Marketing Cloud Service:  https://login.eloqua.com/

41

b.  Click Sign in with SSO or another account; Enter Company Name and click the Sign In button.

42

c.  The page should be redirected to the IDCS login.

43

d.  Enter IDCS username and password.

44

e.  User is now logged in to Eloqua Marketing Cloud successfully!

45

Finally, follow these steps to verify the underlying SAML Exchange.

a.  Behind the scenes, the Eloqua service provider sends a signed authentication request to IDCS (which can be seen in the SAML tracer plugin in Chrome).

46

b.  IDCS Identity Provider sends a signed assertion response confirming the user’s identity.

47

Concluding Remarks

Here, we saw how simple and easy it is to on-board a cloud application for Federation.  The frustrations of on-premises solutions, such as acquiring hardware, setting up the load balancer, installing and configuring components can be avoided.  The cloud instance is readily available for everyone immediately from day-one, unlike the on-premises solution which required months to prepare the environment.

Oracle Identity Cloud Service provides a comprehensive IAM platform, built on modern cloud principles that can be used by organizations to simplify interactions with business partners and customers.

Tagged with: , , , , ,

Leave a Reply

Your email address will not be published. Required fields are marked *

*