探花大神

Integrate with GitHub Enterprise Cloud – Enterprise Accounts

Use 探花大神 SAML Single Sign On (SSO) to give your users convenient but secure access to all their web applications with a single set of credentials. Automatically provision, update and deprovision users and groups in Github Enterprise Cloud from 探花大神 using the Identity Management (SCIM) integration. Leverage this integration to centralize user lifecycle, user identity, and group management in 探花大神 for Github Enterprise 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 GitHub Enterprise Cloud - Enterprise Accounts integration.

Prerequisites

  • A 探花大神 administrator account
  • 探花大神 SSO Package or higher or SSO add-on feature
  • GitHub Enterprise Managed Users enterprise account
  • A account with
  • A :
    • You must be signed in as the setup user when the token is created
    • The token must have at least the scim:enterprise scope
    • The token must have no expiration
  • Your GitHub Enterprise name

Creating a new 探花大神 Application Integration

  1. Log in to the .
  2. Go to USER AUTHENTICATION SSO Applications.
  3. Click + Add New Application.
  4. Type the name of the application in the Search field and select it.
  5. Click Next.
  6. In the Display Label, type your name for the application.
  7. Optionally, you can enter:
    • Description - add a description that users will see in their user portal
    • User Portal Image - choose Logo or Color Indicator
    • Show in User Portal - enable this option for this to be visible in the user portal
  8. Expand Advanced Settings and enter your GitHub Enterprise name to the end of the SSO IdP URL, https://sso.jumpcloud.com/saml2/{EMU_SLUG}

Warning:

The SSO IdP URL is not editable after the application is created. You will have to delete and recreate the connector if you need to edit this field at a later time.

  1. Click Save Application.
  2. If successful, click:
    • Configure Application and go to the next section
    • Close to configure your new application at a later time

Configuring the SSO Integration

To configure 探花大神

  1. Create a new application or select it from the Configured Applications list.
  2. Select the SSO tab.
  3. Replace any instances of ENTERPRISE_SLUG with your GitHub Enterprise name.
  4. In the Login URL, enter https://github.com/enterprises/{EMU_SLUG}/sso.
    • Replace EMU_SLUG with your GitHub Enterprise name
  5. Click Save.

Download the certificate

  1. Find your application in the Configured Applications list and click anywhere in the row to reopen its configuration window.
  2. Go to SSO tab > Actions > Download certificate.

Tip:

The certificate.pem will download to your local Downloads folder.

To configure GitHub Enterprise Cloud – Enterprise Accounts

  1. Sign in to GitHub.com with your setup admin user.
  2. Go to Enterprise settings > Identity Provider and select SAML.
  3. Enter the following information:
    • Sign On URL - copy and paste the 探花大神 IDP URL
    • Issuer - copy and paste the 探花大神 IdP Entity ID
    • Public Certificate - copy and paste the certificate downloaded in the previous section
  4. Test the SAML connection.
  5. If successful, click Save SAML Settings.
  6. Download the recovery codes and enable SAML.
  7. From the Single Sign on configuration panel, Enable Open SCIM Configuration to start your SCIM configuration.

Authorizing User SSO Access

Users are implicitly denied access to applications. After you connect an application to 探花大神, you need to authorize user access to that application. You can authorize user access from the Applications, Users List or User Groups 辫补驳别.听

To authorize user access from the Application’s page

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications, then select the application to which you want to authorize user access.
  3. Select the User Groups tab. If you need to create a new group of users, see Get Started: User Groups.
  4. Select the check box next to the desired group of users to which you want to give access.
  5. Click Save.听

To learn how to authorize user access from the聽Users or User Groups聽pages, see聽Authorize Users to an SSO Application.

Validating SSO user authentication workflow(s)

IdP-initiated user workflow

  • Access the
  • Go to聽Applications and click an application tile to launch it
  • 探花大神 asserts the user's identity to the SP and is authenticated without the user having to log in to the application

SP-initiated user workflow

  • Go聽to the SP application login - generally, there is either a special link or an adaptive username field that detects the user is authenticated through SSO

Note:

This varies by SP.

  • Login redirects the user to 探花大神 where the user enters their 探花大神 credentials
  • After the user is logged in successfully, they are redirected聽back to the SP and automatically logged in

Configuring the Identity Management Integration

To configure 探花大神

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Search for GitHub Enterprise Cloud - Enterprise Accounts and select it.
  4. Select the Identity Management tab.
  5. Select or enter the following:
    • API Type - SCIM API
    • SCIM Version - SCIM 2.0
    • Base URL - https://api.github.com/scim/v2/enterprises/{EMU_SLUG}
      • Replace EMU_SLUG with your GitHub Enterprise name
    • Token Key - enter your Github personal access token (generated as a prerequisite)
    • Test User Email - enter your setup admin user's email
  6. Click Test Connection.
  7. If successful, enable Group Management.
  8. Map the following user attributes:
    • Password | Password
    • UserName | Company Email
  9. Click Activate.

To configure GitHub Enterprise Cloud

To complete your setup you will need to update the role of at least one of your users to Enterprise
Owner. The 鈥淩oles鈥 attribute is not supported by 探花大神 nor can it be set in 探花大神 so you will need
to update the role for your user via Github's API. This is only needed for the Enterprise Owner, all other users are provisioned as Enterprise Members.

For more details on the Roles for Enterprise Managed Users, review the following documentation:

Assigning the Enterprise Owner Role

Important:

Before proceeding, it鈥檚 important that you complete all the SCIM setup steps and can confirm that your users have been provisioned within your GitHub Enterprise tenant.

  1. Obtain the externalID and the ID for the user whose role will be elevated to Enterprise Owner by personalizing (replacing values within the curly brackets) and executing the following call for a Users list:

curl --location 'https://api.github.com/scim/v2/enterprises/{{enterprise}}/Users' \聽
--header 'Authorization: Bearer {{setup_user_SCIM_token}}

  1. From the output, note the values for "externalID" and "id" for the user you want to make the Enterprise Owner.
  2. Personalize (replacing values in the curly brackets) and execute the following call to elevate the user's role:

curl --location --request PATCH 'https://api.github.com/scim/v2/enterprises/{{enterprise}}/Users/b25e9296-20f9-11f0-8570-4d4bff8946ab' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {{setup_user_SCIM_token}}' \
--data '{
听听"翱辫别谤补迟颈辞苍蝉":摆调
听听听听"辞辫":"谤别辫濒补肠别",
聽聽聽聽"path" : "roles",
聽聽聽聽"value": [
听听听听听听听听调
聽聽聽聽聽聽聽聽聽聽聽聽"value": "enterprise_owner",
聽聽聽聽聽聽聽聽聽聽聽聽"primary": true
听听听听听听听听听听听听皑
听听听听听听听听闭
听听听听皑
听听闭
}'

  1. You can confirm the Enterprise Owner role has been added from the output of this call.
  2. Refresh your Enterprise Admin portal.
  3. Go to the People Tab > Administrators and confirm users are displayed.
  4. Log out as the setup admin and log back in with the new Enterprise Owner user's account.
  5. You can now create organizations teams and assign roles.

Importing Users

This functionality is helpful if users have already been created in the application聽but have not been created in 探花大神.

Important:

Users that are suspended in the application will not be created in 探花大神.

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Search for the application and click to open its configuration panel. 
  4. Select the Identity Management tab.
  5. Click manual import.
  6. Select the users you want to create in 探花大神 from the application from the list of users that appear. Users in the list have two import statuses:
    • New - user has not been imported
    • Imported - user has been imported and has an account in 探花大神

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.

  1. 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, 探花大神 will send you an email when your import is complete
  1. You can now connect and grant users access to all their 探花大神 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 探花大神 to manage their identity in, and access to, the application.

SCIM Directory Insights Events

The following Directory Insights (DI) events provide visibility into failures and detailed information about the user and group data being added or updated from HR or other external solutions to 探花大神.

Note:

Customers with no package or the Device Management Package will need to add the Directory Insights 脿 la carte option. Directory Insights is included in all other .

SCIM DI Integration Events

Event Name Event Description
idm_integration_activate Logged when an IT admin attempts to activated new SCIM Identity Management integration.
idm_integration_update Logged when an IT admin attempts to update a configured and activated SCIM Identity Management integration.
idm_integration_reauth Logged when an IT admin attempts to change the credentials for an activated SCIM Identity Management integration.
idm_integration_delete Logged when an IT admin attempts to deactivate an activated SCIM Identity Management integration.

SCIM DI User Events

Event Name Event Description
user_create_provision Logged when 探花大神 tries to create a new user in service provider application.
user_update_provision Logged when 探花大神 tries to update an existing user in service provider application.
user_deprovision Logged when 探花大神 tries to change an existing user to inactive in the service provider application.
user_delete_provision Logged when 探花大神 tries to delete an existing user in service provider application.
user_lookup_provision Logged when 探花大神 encounters an issue when trying to lookup a user to determine if the user needs to be created or updated.

SCIM DI Group Events

Important:

These DI events will only be present if SCIM Groups are supported.

Event Name Event Description
group_create_provision Logged when 探花大神 tries to create a new group in service provider application.
group_update_provision Logged when 探花大神 tries to update an existing group in service provider application.
group_delete_provision Logged when 探花大神 tries to delete an existing group in service provider application.

Removing the Integration

Important:

These are steps for removing the integration in 探花大神. Consult your SP's documentation for any additional steps needed to remove the integration in the SP. Failure to remove the integration successfully for both the SP and 探花大神 may result in users losing access to the application.

To deactivate the IdM Integration

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Search for the application that you鈥檇 like to deactivate and click to open its details panel. 
  4. Under the company name and logo on the left hand panel, click the Deactivate IdM connection link.
  5. Click confirm
  6. If successful, you will receive a confirmation message.

To deactivate the SSO Integration or Bookmark

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Search for the application that you鈥檇 like to deactivate and click to open its details panel. 
  4. Select the聽SSO or Bookmark聽tab.
  5. Scroll to the bottom of the configuration.
  6. Click Deactivate SSO or Deactivate Bookmark
  7. Click save
  8. If successful, you will receive a confirmation message.

To delete the application

  1. Log in to the .
  2. Go to USER AUTHENTICATION > SSO Applications.
  3. Search for the application that you鈥檇 like to delete.
  4. Check the box next to the application to select it.
  5. Click Delete.
  6. Enter the number of the applications you are deleting
  7. Click Delete Application.
  8. If successful, you will see an application deletion confirmation notification.
Back to Top

List IconIn this Article

Still Have Questions?

If you cannot find an answer to your question in our FAQ, you can always contact us.

Submit a Case