From 9326d896238dd82bf5b8b1a3bc7913b8f03b5c98 Mon Sep 17 00:00:00 2001 From: Maxime Besson Date: Thu, 23 Mar 2017 14:49:59 +0100 Subject: Allow manual bypass of auto_sign_in_with_provider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/integration/saml.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/integration') 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:** -- cgit v1.2.1