summaryrefslogtreecommitdiff
path: root/doc/integration
diff options
context:
space:
mode:
authorMaxime Besson <maxime.besson@smile.fr>2017-03-23 14:49:59 +0100
committerRémy Coutable <remy@rymai.me>2017-06-02 20:00:11 +0200
commit9326d896238dd82bf5b8b1a3bc7913b8f03b5c98 (patch)
treec47c4711e1944ebe5f0477e004dd8d8c5c8103b9 /doc/integration
parent1e8dbd46758d5c9772baf233ebcff889dc742d3d (diff)
downloadgitlab-ce-9326d896238dd82bf5b8b1a3bc7913b8f03b5c98.tar.gz
Allow manual bypass of auto_sign_in_with_providermabes/gitlab-ce-bypass-auto-login
This commit lets a user bypass the automatic signin on the login form, in order to login with a technical (admin, etc) account Closes #3786 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/integration')
-rw-r--r--doc/integration/saml.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/integration/saml.md b/doc/integration/saml.md
index 2277aa827b7..b5b245c626f 100644
--- a/doc/integration/saml.md
+++ b/doc/integration/saml.md
@@ -201,6 +201,9 @@ Please keep in mind that every sign in attempt will be redirected to the SAML se
so you will not be able to sign in using local credentials. Make sure that at least one
of the SAML users has admin permissions.
+You may also bypass the auto signin feature by browsing to
+https://gitlab.example.com/users/sign_in?auto_sign_in=false.
+
### `attribute_statements`
>**Note:**