summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-17 16:41:36 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-17 16:41:36 +0000
commit98af027f86075a2913d22407c2fb75caac0c9558 (patch)
tree49fb086b253f2edff5b486db3a3e4c375c8a6d7b
parentbc18c61ee3c026a6fe80ed3d9a1ea852d9ed9506 (diff)
downloadinfrastructure-98af027f86075a2913d22407c2fb75caac0c9558.tar.gz
gerrit: Use OPENID_SSO auth type
We only allow OpenIDs from http://openid.baserock.org/, but previously Gerrit would offer to let users sign in with any OpenID or even a Google accounts. With OPENID_SSO: There is no registration link, and the "Sign In" link sends the user directly to the provider’s SSO entry point
-rw-r--r--baserock_gerrit/gerrit.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_gerrit/gerrit.config b/baserock_gerrit/gerrit.config
index 249fde8e..395d5d34 100644
--- a/baserock_gerrit/gerrit.config
+++ b/baserock_gerrit/gerrit.config
@@ -9,7 +9,7 @@
[index]
type = LUCENE
[auth]
- type = OPENID
+ type = OPENID_SSO
trustedOpenID = http://openid.baserock.org/
[sendemail]
smtpServer = localhost