]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Updating STS dcoument with references to new keycloak 33942/head
authorPritha Srivastava <prsrivas@redhat.com>
Fri, 13 Mar 2020 05:41:02 +0000 (11:11 +0530)
committerPritha Srivastava <prsrivas@redhat.com>
Fri, 13 Mar 2020 05:41:02 +0000 (11:11 +0530)
examples.

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

index b160c439bf841b32663d64b40d10ec7fd5ef7880..509f6fdc35bfa13014f1af24fe75ae9b43e8467a 100644 (file)
@@ -28,13 +28,13 @@ The format of token inspection url is https://[base-server-url]/token/introspect
 Example showing how to fetch a web token from Keycloak
 ======================================================
 
-Several examples of apps authenticating with Keycloak are given here: https://github.com/keycloak/keycloak/tree/master/examples/demo-template
-Taking the example of customer-portal app given in the link above, its client secret and client password, can be used to fetch the
+Several examples of apps authenticating with Keycloak are given here: https://github.com/keycloak/keycloak-quickstarts/blob/latest/docs/getting-started.md
+Taking the example of app-profile-jee-jsp app given in the link above, its client secret and client password, can be used to fetch the
 access token (web token) as given below::
 
     KC_REALM=demo
-    KC_CLIENT=customer-portal
-    KC_CLIENT_SECRET=password
+    KC_CLIENT=<client id>
+    KC_CLIENT_SECRET=<client secret>
     KC_SERVER=<host>:8080
     KC_CONTEXT=auth