Skip to content
Snippets Groups Projects

Update MR approvals for SAML

Merged Nate Rosandich requested to merge nrosandich-master-patch-a068 into master
All threads resolved!
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
@@ -118,11 +118,12 @@ You can force potential approvers to first authenticate with either:
@@ -118,11 +118,12 @@ You can force potential approvers to first authenticate with either:
This
This
permission enables an electronic signature for approvals, such as the one defined by
permission enables an electronic signature for approvals, such as the one defined by
[Code of Federal Regulations (CFR) Part 11](https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/CFRSearch.cfm?CFRPart=11&showFR=1&subpartNode=21:1.0.1.1.8.3)):
[Code of Federal Regulations (CFR) Part 11](https://www.accessdata.fda.gov/scripts/cdrh/cfdocs/cfcfr/CFRSearch.cfm?CFRPart=11&showFR=1&subpartNode=21:1.0.1.1.8.3)):
1. Enable password authentication for the web interface, as described in the
1. Enable password authentication and/or SAML authentication (available only on GitLab.com groups). For more information on:
[sign-in restrictions documentation](../../../../administration/settings/sign_in_restrictions.md#password-authentication-enabled).
- Password authentication, see
1. Enable SAML authentication, as described in the
[sign-in restrictions documentation](../../../../administration/settings/sign_in_restrictions.md#password-authentication-enabled).
[SAML SSO for GitLab.com groups documentation](../../../../user/group/saml_sso.md).
- SAML authentication for GitLab.com groups, see
 
[SAML SSO for GitLab.com groups documentation](../../../../user/group/saml_sso).
1. On the left sidebar, select **Settings > Merge requests**.
1. On the left sidebar, select **Settings > Merge requests**.
1. In the **Merge request approvals** section, scroll to **Approval settings** and
1. In the **Merge request approvals** section, scroll to **Approval settings** and
select **Require user re-authentication (password or SAML) to approve**.
select **Require user re-authentication (password or SAML) to approve**.
Loading