From c3090eef405a5b0e9e7a33b1780504f4d10f34d1 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Wed, 23 Aug 2017 17:23:49 +0200 Subject: [PATCH] config-sso.txt: Update sections that talk about external IDs The account_external_ids table doesn't exist anymore. External IDs are now stored in NoteDb. Change-Id: I2304bfca78dbda59d47e1fb4bd0acf5006ac26bd Signed-off-by: Edwin Kempin --- Documentation/config-sso.txt | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/Documentation/config-sso.txt b/Documentation/config-sso.txt index 04949bfee1..bdd52f7823 100644 --- a/Documentation/config-sso.txt +++ b/Documentation/config-sso.txt @@ -50,8 +50,8 @@ To trust only Yahoo!: === Database Schema -User identities obtained from OpenID providers are stored into the -`account_external_ids` table. +User identities obtained from OpenID providers are stored as +link:config-accounts.html#external-ids[external IDs]. === Multiple Identities @@ -135,11 +135,10 @@ authentication at the proper time: === Database Schema -User identities are stored in the `account_external_ids` table. -The user string obtained from the authorization header has the prefix -"gerrit:" and is stored in the `external_id` field. For example, -if a username was "foo" then the external_id field would be populated -with "gerrit:foo". +User identities are stored as +link:config-accounts.html#external-ids[external IDs] with "gerrit" as +scheme. The user string obtained from the authorization header is +stored as ID of the external ID. == Computer Associates Siteminder @@ -193,11 +192,10 @@ Add the following to `$JETTY_HOME/etc/jetty.xml` under === Database Schema -User identities are stored in the `account_external_ids` table. -The user string obtained from Siteminder (e.g. the value in the -"SM_USER" HTTP header) has the prefix "gerrit:" and is stored in the -`external_id` field. For example, if a Siteminder username was "foo" -then the external_id field would be populated with "gerrit:foo". +User identities are stored as +link:config-accounts.html#external-ids[external IDs] with "gerrit" as +scheme. The user string obtained from Siteminder (e.g. the value in the +"SM_USER" HTTP header) is stored as ID in the external ID. GERRIT ------