Automatically provision, update and deprovision users in Oracle Cloud from JumpCloud using the Identity Management (SCIM) integration. Leverage this integration to centralize user lifecycle, user identity, and group management in JumpCloud for Oracle Cloud. Save time and avoid mistakes, as well as potential security risks, related to manually creating users.
Read this article to learn how to setup the Oracle Cloud integration.
Prerequisites
You need to have the following to integrate Oracle Cloud with JumpCloud through an Identity Management Connector:
- A JumpCloud Administrator account
- A Oracle Cloud user account with administrator permissions.
Important Considerations
- Oracle Cloud SCIM API is based on version 2.0 of the SCIM standard.
- If you need to update the SPI API Token, you will need to deactivate the integration, before you can change the base URL and new API key. After you make the changes, you can re-activate the integration.
- Groups are not supported.
Attribute Considerations
- A default set of attributes are managed for users. See the Attribute Mappings section for more details.
- The following attributes are not supported by JumpCloud:
- manager
- division
Creating a new JumpCloud Application Integration
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Click + Add New Application.
- Type the name of the application in the Search field and select it.
- Click Next.
- In the Display Label, type your name for the application. Optionally, you can enter a Description, adjust the User Portal Image and choose to hide or Show in User Portal.
- If this is a Bookmark application, enter its URL in the Bookmark URL field.
- Click Save Application.
- If successful, click:
- Configure Application and go to the next section.
- Close to configure your new connector at a later time.
Configuring the Identity Management Integration
To configure Oracle Cloud
- Login to Oracle Cloud Infrastructure Console’s admin portal. On the top left corner of the screen navigate to Identity > Federation.
- Click on the URL displayed on the page beside Oracle Identity Cloud Service Console.
- Click on Add Identity Provider to create a new identity provider. Save the IdP id to be used as a part of tenant URL.
- Click on the plus icon beside the Applications tab to create an OAuth Client and Grant IDCS Identity Domain Administrator AppRole.
- Under Client Configuration, ensure the following options are selected:
- Register Client
- Allowed Grant Types:
- Client Credentials
- JWT Assertion
- Refresh Token
- Authorization Code
- Client Type
- Confidential
- Under Token Issuance Policy:
- Authorized Resources – Specific
- Click Save.
- Expand the General Information section.
- Generate a secret token – encode the client ID and client secret as Base64 in the format “client ID:Client Secret”. Note – this value must be generated with line wrapping disabled (base64 -w 0).
- Save the secret token. This value will be entered in the Token Key field in the Identity Management tab of your Oracle Cloud Infrastructure Console application in JumpCloud.
To configure JumpCloud
- Create a new application or select it from the Configured Applications list.
- Select the Identity Management tab.
- Since Groups are not supported for Oracle Cloud, ensure the Enable management of User Groups and Group Membership option is not selected
- You’re presented with two fields:
- *Base URL: Enter the SCIM Endpoint with the IdP id you copied when configuring Oracle Cloud. (e.g., https://{IdP id}.identity.oraclecloud.com/admin/v1)
- Token Key: Paste the secret token you generated when configuring Oracle Cloud.
- Click save.
- You will receive a confirmation that the Identity Management integration has been successfully verified.
- You can now connect user groups to the application in JumpCloud to provision the members of that group in Oracle Cloud. Learn how to Authorize Users to an Application.
Attribute Mappings
The following table lists attributes that JumpCloud sends to the application. See Attribute Considerations for more information regarding attribute mapping considerations.
Learn about JumpCloud Properties and how they work with system users in our API.
Oracle Cloud User Attributes
JumpCloud Property | JumpCloud UI Field Name | SCIM v2 Mapping | Oracle Cloud Value |
---|---|---|---|
displayName | Display Name | displayName | displayName |
username | Username | userName | userName |
active | status | active | active |
jobTitle | Job Title | title | Job Title |
Company Email | emails: value | emails | |
preferredLanguage | preferredLanguage | preferredLanguage | preferredLanguage |
firstname | First Name | name.givenName | First Name |
lastname | Last Name | name.familyName | Last Name |
addresses.locality | Work City | addresses.locality | addresses.locality |
addresses.region | Work State | addresses.region | addresses.region |
addresses.country | Work Country | addresses.country | addresses.country |
addresses.postalCode | Work Post Code | addresses.postalCode | addresses.postalCode |
employeeIdentifier | Employee ID | externalId | externalId |
department | Department | department | Department |
costcenter | CostCenter | costcenter | costcenter |
company | Company | organization | organization |
Importing Users
This functionality is helpful if users have already been created in the application but have not been created in JumpCloud.
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application and click to open its configuration panel.
- Select the Identity Management tab.
- Click manual import.
- Select the users you want to create in JumpCloud from the application from the list of users that appear. Users in the list have two import statuses:
- New – The user has not been imported.
- Imported – user has been imported and has an account in JumpCloud.
Tip: Try using the New Users-only filter when selecting users to import. This will move all of your new users to the top of the list, making them easier to identify and select.
- Click import.
- If you are importing less than 100 users, your import results will display in real time and you can continue onboarding your users.
- If you have more than 100 users being imported, JumpCloud will send you an email when your import is complete.
- You can now connect and grant users access to all their JumpCloud resources. Learn more in the Authorize Users to an Application and Connecting Users to Resources articles.
Warning: Imported users must be members of a user group bound to an application for JumpCloud to manage their identity in, and access to, the application.
Removing the IdM Integration
To deactivate the IdM Integration
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO.
- Search for the application that you’d like to deactivate and click to open its details panel.
- Under the company name and logo on the left hand panel, click the Deactivate IdM connection link.
- Click confirm.
- If successful, you will receive a confirmation message.
- You can now delete the application.
To delete the application
- Log in to the JumpCloud Admin Portal.
- Go to USER AUTHENTICATION > SSO Applications.
- Search for the application that you’d like to delete and click to open its details panel.
- Check the box for the application.
- Click Delete.
- Enter the number of the applications you are deleting
- Click Delete Application.
- If successful, you will see an application deletion confirmation notification.