]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw/sts: adding documentation for a shadow user created for 36255/head
authorPritha Srivastava <prsrivas@redhat.com>
Wed, 5 Aug 2020 05:57:59 +0000 (11:27 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Tue, 15 Sep 2020 16:09:00 +0000 (21:39 +0530)
a user that authenticates with oidc provider.

Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
doc/radosgw/STS.rst

index 6e2dfe119aeffa246d585363bbff8a04320a8309..d843ea5d37c1a7d9bdc5e8f69ee9b484c497c115 100644 (file)
@@ -71,6 +71,10 @@ is of the form::
 
 The app_id in the condition above must match the 'aud' field of the incoming token.
 
+A shadow user is created corresponding to every federated user. The user id is derived from the 'sub' field of the incoming web token.
+The user is created in a separate namespace - 'oidc' such that the user id doesn't clash with any other user ids in rgw. The format of the user id
+is - <tenant>$<user-namespace>$<sub> where user-namespace is 'oidc' for users that authenticate with oidc providers.
+
 STS Configuration
 =================