From 88197a6fbb3cd8aa01779b17f5809ea9087b105b Mon Sep 17 00:00:00 2001 From: Pritha Srivastava Date: Fri, 13 Mar 2020 11:11:02 +0530 Subject: [PATCH] rgw: Updating STS dcoument with references to new keycloak examples. Signed-off-by: Pritha Srivastava --- doc/radosgw/keycloak.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/radosgw/keycloak.rst b/doc/radosgw/keycloak.rst index b160c439bf8..509f6fdc35b 100644 --- a/doc/radosgw/keycloak.rst +++ b/doc/radosgw/keycloak.rst @@ -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= + KC_CLIENT_SECRET= KC_SERVER=:8080 KC_CONTEXT=auth