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 <ekempin@google.com>
This commit is contained in:
parent
311d570d27
commit
c3090eef40
@ -50,8 +50,8 @@ To trust only Yahoo!:
|
|||||||
|
|
||||||
=== Database Schema
|
=== Database Schema
|
||||||
|
|
||||||
User identities obtained from OpenID providers are stored into the
|
User identities obtained from OpenID providers are stored as
|
||||||
`account_external_ids` table.
|
link:config-accounts.html#external-ids[external IDs].
|
||||||
|
|
||||||
=== Multiple Identities
|
=== Multiple Identities
|
||||||
|
|
||||||
@ -135,11 +135,10 @@ authentication at the proper time:
|
|||||||
|
|
||||||
=== Database Schema
|
=== Database Schema
|
||||||
|
|
||||||
User identities are stored in the `account_external_ids` table.
|
User identities are stored as
|
||||||
The user string obtained from the authorization header has the prefix
|
link:config-accounts.html#external-ids[external IDs] with "gerrit" as
|
||||||
"gerrit:" and is stored in the `external_id` field. For example,
|
scheme. The user string obtained from the authorization header is
|
||||||
if a username was "foo" then the external_id field would be populated
|
stored as ID of the external ID.
|
||||||
with "gerrit:foo".
|
|
||||||
|
|
||||||
|
|
||||||
== Computer Associates Siteminder
|
== Computer Associates Siteminder
|
||||||
@ -193,11 +192,10 @@ Add the following to `$JETTY_HOME/etc/jetty.xml` under
|
|||||||
|
|
||||||
=== Database Schema
|
=== Database Schema
|
||||||
|
|
||||||
User identities are stored in the `account_external_ids` table.
|
User identities are stored as
|
||||||
The user string obtained from Siteminder (e.g. the value in the
|
link:config-accounts.html#external-ids[external IDs] with "gerrit" as
|
||||||
"SM_USER" HTTP header) has the prefix "gerrit:" and is stored in the
|
scheme. The user string obtained from Siteminder (e.g. the value in the
|
||||||
`external_id` field. For example, if a Siteminder username was "foo"
|
"SM_USER" HTTP header) is stored as ID in the external ID.
|
||||||
then the external_id field would be populated with "gerrit:foo".
|
|
||||||
|
|
||||||
GERRIT
|
GERRIT
|
||||||
------
|
------
|
||||||
|
Loading…
Reference in New Issue
Block a user