GitLab - SAML My Page SSO Configuration - RSA Ready Implementation Guide
2 years ago
Originally Published: 2021-11-01
  1. Sign in to the RSA Cloud Administration Console with administrator credentials.
  2. Click Show Advanced Configuration.
  3.  Under the User Identity section, configure Identifier Type and Property. For example, Identifier Type: persistent and Propertymailimage.png

Configure GitLab

Perform these steps to configure GitLab.
Procedure

  1. Sign in to GitLab using administrator credentials - gitlab.com.
  2. On the left pane, select Search or go to Groups and find your group.                                                                                                          image.png
  3. Click Settings > SAML SSO.                                                                                                                                                                        image.png
  4. Copy the GitLab metadata URL and download the metadata file.                                                                                                                image.png
  5. Provide the following details in Configuration.
    1. Identity provider single sign-on URL: Obtain from the metadata file downloaded from RSA.
    2. Certificate fingerprint: See the Notes section for the instructions on how to obtain certificate fingerprint.
    3. Default membership role: Select the role to assign to new users. The default role is Guest. Group Owners can set a Default membership role other than Guest.
    4. Select the Enable SAML authentication for this group checkbox.
    5. (Optional) Select the Enforce SSO-only authentication for web activity for this group checkbox.
    6. (Optional) Select the Enforce SSO-only authentication for Git activity for this group checkbox.
  6. Click Save changes.                                                                                                                                                                                      image.png

Notes

To obtain the certificate fingerprint, follow the steps:
  1. Install the latest version of OpenSSL for Windows.
  2. Open the Windows Command-line.
  3. Navigate to the OpenSSL installation directory (the default directory is C:\OpenSSL-Win32\bin).
  4. Run the following commands to view the certificate fingerprint/thumbprint: openssl x509 -noout -fingerprint -sha1 -inform pem -in <Certificate.pem>.                                                                                                                                                                                       image.png
The configuration is complete.

Return to the GitLab - RSA Ready Implementation Guide.