Search Results :

×

SAML Single Sign On (SSO) Into Bamboo Using Oracle Cloud

SAML Single Sign On (SSO) Into Bamboo Using Oracle Identity Cloud Services (IDCS)

Step 1: Setup Oracle Identity Cloud Service (IDCS) as Identity Provider

Follow the steps below to configure Oracle Identity Cloud Service (IDCS) as an Identity Provider (IDP).

SAML Single Sign On (SSO) using Oracle Identity Cloud Service, Oracle Cloud SSO login  Configuring Oracle Identity Cloud Service (IDCS) as IdP

  • Access the Oracle Identity Cloud Service (IDCS) administration console, select Applications, and then click Add.
  • Click on SAML Application.
  • SAML Single Sign On (SSO) using Oracle Identity Cloud Service, Add Application
  • Enter the name of your Application and select Display in My Apps option under Display Settings section. And then click on the Next button.
  • SAML Single Sign On (SSO) using Oracle Identity Cloud Service), Configure App
  • In SSO Configuration, enter the following:
  • Entity ID Enter SP Entity ID / Issuer from the Service Provider Metadata tab of the module.
    Assertion Consumer URL Enter ACS URL from the Service Provider Metadata tab of the module.
    NameID Format Select Email address as a NameID Format from dropdown list.
    NameID Value Select Primary Email as a NameID Value from dropdown list.
    Signing Certificate Download certificate from Service Provider Metadata tab of the module.
    SAML Single Sign On (SSO) using Oracle Identity Cloud Service, SSO Configuration
  • Click on the Finish button to save the configuration.
  • Configure Attribute Configuration under SSO Configuration Tab (Optional).
  • For example, enter the name of attribute as "firstName" and select Basic from the Format dropdown, select User Attribute from Type dropdown, select User Name from the Value dropdown and click on the Save button.
  • SAML Single Sign On (SSO) using Oracle Identity Cloud Service, Attribute Mapping

SAML Single Sign On (SSO) using Oracle Identity Cloud Service,Oracle Cloud SSO login  Assigning Groups/People

  • After creating and configuring the app, go to Users / Groups tab.
  • Here we can add the users and groups you want to give access to log in through this app. Assign this to the people/group you would to give access to.
  • SAML Single Sign On (SSO) using Oracle Identity Cloud Service, Assigning users

SAML Single Sign On (SSO) using Oracle Identity Cloud Service,Oracle Cloud SSO login  Import IDP Metadata

  • Go to the SSO Configuration.
  • Click on the Download Identity Provider Metadata button to download the metadata.
  • SAML Single Sign On (SSO) using Oracle Identity Cloud Service, Import Metadata

Step 2: Setup Bamboo as Service Provider

Configuring Single IDP

With the information you have been given by your IDP team, you can configure IDP settings in 3 ways:

A. By Metadata URL

  • Click on Import from Metadata in Configure IDP tab.
  • Select IDP: Import From Metadata URL
  • Enter IDP metadata URL: Enter your metadata URL
  • If your IDP changes certificates at intervals (Eg. Azure AD), you can select Refresh metadata periodically. Select 5 minutes for the best results.
  • Click Import.

SAML Single Sign On (SSO) into Bamboo Service Provider, Import IDP Details using Metadata URL

B. By Uploading Metadata XML File

  • Click on Import from Metadata in Configure IDP tab.
  • Select IDP: Import from Metadata File
  • Upload metadata file.
  • Click Import.

SAML Single Sign On (SSO) into Bamboo Service Provider, Import IDP Details using Metadata File

C. Manual Configuration

Go to Configure IDP tab and enter the following details.

  • IDP Entity ID
  • Single Sign On URL
  • Single Logout URL
  • X.509 Certificate
SAML Single Sign On (SSO) into Bamboo Service Provider, Configure IDP Details Manually
Configure New IDP

If you already have one IDP & you are looking to add Second IDP then you can do it by performing the following steps.

  • Navigate to Configure IDP tab.
  • Click on Add new IDP.
  • It will present a blank form & you can configure new IDP using steps from Single IdP Setup.
SAML Single Sign On (SSO) into Bamboo Service Provider, Add new IDP

Configure multiple IDPs

If you have configured more than two IDPs then it will show you the list of IDP that you have configured with Bamboo.

Click on Add new IdP button for adding new IDP on Bamboo. The steps for adding new IDP will remain the same.

SAML Single Sign On (SSO) into Bamboo Service Provider, List multiple configured IDP
An operation that you can perform with List of IdPs page.

  • Add / delete Identity Provider.
  • Test Connection between bamboo & IdP by click on Test button for respective IDP.
  • Edit the IdP configuration by clicking on the Edit button.
  • You can allow an only specific set of users to access Bamboo by using Domain Mapping.

Single Sign-On with Multiple Identity Provider(IDP)

Select your IdP from the list. It will redirect you to selected IdP login page.

SAML Single Sign On (SSO) into Bamboo Service Provider, Login Form with multiple IDP configuration
    Configure Domain Mapping

  • You can enable domain mapping using Use Domain Mapping option.
  • Once enable it, you need add domain name against each IDP.
  • After enabling Domain Mapping it allows SSO only for those users whose domain matches with the specified one.
  • SAML Single Sign On (SSO) into Bamboo Service Provider, Domain mapping configuration


    Single Sign-On using Domain mapping

  • Enter the user email address. It will check your domain name with the configured domain if it matches then it will redirect you to the respective Identity Provider Login page.
  • SAML Single Sign On (SSO) into Bamboo Service Provider, Domain mapping form while doing SSO
  • This is how the login screen would appear after enabling domain mapping.

Step 3: Setting up Bamboo user profile attributes

    We will be setting up user profile attributes for Bamboo. If your users are stored in a directory that is Read Only, please check Disable Attribute Mapping in User Profile tab and follow steps given in Matching a User.

    SAML Single Sign On (SSO) into Bamboo Service Provider, User profile Configuration

    a. Finding correct attributes
  • Go to Configure IDP tab. Scroll down and click on Test Configuration.
  • You will see all the values returned by your IDP to Bamboo in a table. If you don't see value for First Name, Last Name, Email or Username, make the required settings in your IDP to return this information.
  • Once you see all the values in Test Configuration, keep the window open and go to User Profile tab.
  • b. Setting profile attributes
  • In this tab, fill the values by matching the name of the attribute. For instance, if the Attribute Name in the Test Configuration window is NameID, enter NameID against Username
  • Setting up both Username and Email is required if you want to let users register. If you want existing users to the only login, configure the attribute using which you will match the user in Bamboo.
  • c. Matching a User
    When the user logs into Bamboo, one of the user's data/attribute coming in from the IDP is used to search the user in Bamboo. This is used to detect the user in bamboo and log in the user to the same account.
  • Go to User Profile tab.
  • Select Username or Email for Login/Search Bamboo user account by.
  • Enter the attribute name from IDP which corresponds to Username or Email using Finding Correct Attributes

Step 4: Assigning groups to users

    We will be setting up user group attributes for Bamboo. If your users are stored in a directory that is Read Only, please check Disable Group Mapping in User Groups tab and skip to set default group.

    a. Setting default group
  • Select the users' Default Group in the tab User Groups. If no group is mapped, users are added by default to this group.
  • You can enable default groups for All Users or New Users using the option.Select None if you don't want to assign any default group to SSO users. Using the option Enable Default Groups for.
  • saml single Sign On (SSO) into Bamboo Service Provider, Default groups configuration
    b. Finding Group Attribute
  • Just like we found attribute name for user profile attributes, we find group attribute.
  • Go to Configure IDP tab. Scroll down and click on Test Configuration.
  • You will see all the values returned by your IDP to Bamboo in a table. If you don't see value with groups, make the required settings in your IDP to return group names.
  • Once you see all the values in Test Configuration, keep the window open and go to User Groups tab.
  • Enter the attribute name of group against Group Attribute.
  • Check Disable Group Mapping option if you don't want to update groups of existing users.

  • c. Group Mapping

    Group Mapping can be done in two ways:
  • Manual group mapping: If the names of groups in Bamboo are different than the corresponding groups in IDP, then you should use Manual group mapping.
  • On-The-Fly group mapping: If the names of groups in Bamboo and IDP are same, you should use On-The-Fly group mapping.

  • I. Manual Group Mapping
    • Check Restrict User Creation Based on Group Mapping option if you want new users to be created only if at least one of the user's IDP groups is mapped to a group in the application.
    • For mapping, first select a Bamboo group from the dropdown which lists all groups present in Bamboo and then enter the name of the IDP group to be mapped in the textbox beside
    • For example, if you want all users in 'dev' group in IDP to be added to bamboo-users, you will need to select bamboo-users from the dropdown and enter 'dev' against bamboo-users.
    • Use '+1' and '+10' buttons to add extra mapping fields.
    • Use '-' button next to each mapping to delete that mapping.
    SAML Single Sign On (SSO) into Bamboo Service Provider, Manual group mapping
  • II. On-The Fly Group Mapping
    • Check Create New Groups option if you want new groups from IDP to be created if not found in Bamboo.
    • If the user is part of some group in Bamboo and that group is not present in the SAML response returned by IDP, then the user will be removed from that group in Bamboo.
    • If you don't want On-The-Fly group mapping to affect Bamboo groups which are managed locally then add those groups in Exclude Groups field.
    SAML Single Sign On (SSO) into Bamboo Service Provider, On the fly group mapping

Step 5: SSO Settings

    The settings in SSO Settings tab define the user experience for Single Sign On.
    a. Sign In Settings
  • Set Enable SSO for Bamboo Server to allow SSO for Bamboo users.
  • Set button text for button on login page using Login Button Text.
  • Set redirect URL after login using Relay State. Keep this empty for coming back to the same page user started from.
  • Enable Auto-redirect to IDP if you want to allow users to login only using IDP. Enable backdoor for emergency.
  • SAML Single Sign On (SSO) into Bamboo Service Provider, SSO Sign In Settings
    b. Custom Login Template
    Design your own login template that will be used to initiate SSO.

    SAML Single Sign On (SSO) into Bamboo Service Provider, Custom Login Template
    c. Sign Out Settings
    Set Logout URL or Logout Template to redirect users after logout action.

    SAML Single Sign On (SSO) into Bamboo Service Provider, Sign Out Template
    d. SSO Error Settings
    Set error template to redirect users to a custom error page instead of login page. Use this if you have Auto-redirect to IDP enabled.

    SAML Single Sign On (SSO) into Bamboo Service Provider, Custom Error message template
    e. Advance SSO Settings
  • Allow Users to Change Password: Disable if you don't want user to change their local bamboo credential.
  • Remember me cookies: If enabled, user stays logged in until user explicitly logs out.
  • Validate IDP's SAML Response: Configure time difference(in minute) here In case Bamboo server time is not in sync with your IDP's time.

  • SAML Single Sign On (SSO) into Bamboo Service Provider, Advanced SSO Settings


Our Other Apps: SAML SSO Apps | OAuth Apps | 2FA Apps | Crowd Apps | REST API Apps | Kerberos/NTLM Apps | User Sync Apps |
                             Bitbucket Git Authentication App | Jenkins SSO | SonarQube SSO

If you are looking for anything which you cannot find, please drop us an email on info@xecurify.com

Hello there!

Need Help? We are right here!

support
Contact miniOrange Support
success

Thanks for your inquiry.

If you dont hear from us within 24 hours, please feel free to send a follow up email to info@xecurify.com