Commit 7fc4a7a2 authored by Mark Chao's avatar Mark Chao

Fix conflict on saml.md

parent 65a25717
...@@ -179,7 +179,6 @@ tell GitLab which groups are external via the `external_groups:` element: ...@@ -179,7 +179,6 @@ tell GitLab which groups are external via the `external_groups:` element:
} } } }
``` ```
<<<<<<< HEAD
## Required groups ## Required groups
>**Note:** >**Note:**
...@@ -229,7 +228,8 @@ considered `admin groups`. ...@@ -229,7 +228,8 @@ considered `admin groups`.
issuer: 'https://gitlab.example.com', issuer: 'https://gitlab.example.com',
name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient' name_identifier_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
} } } }
======= ```
## Bypass two factor authentication ## Bypass two factor authentication
If you want some SAML authentication methods to count as 2FA on a per session basis, you can register them in the If you want some SAML authentication methods to count as 2FA on a per session basis, you can register them in the
...@@ -303,7 +303,6 @@ In addition to the changes in GitLab, make sure that your Idp is returning the ...@@ -303,7 +303,6 @@ In addition to the changes in GitLab, make sure that your Idp is returning the
<saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:MediumStrongCertificateProtectedTransport</saml:AuthnContextClassRef> <saml:AuthnContextClassRef>urn:oasis:names:tc:SAML:2.0:ac:classes:MediumStrongCertificateProtectedTransport</saml:AuthnContextClassRef>
</saml:AuthnContext> </saml:AuthnContext>
</saml:AuthnStatement> </saml:AuthnStatement>
>>>>>>> upstream/master
``` ```
## Customization ## Customization
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment