From 2a1ea7bb77e830862d2665e3a3d199d5485baec2 Mon Sep 17 00:00:00 2001 From: athiththan11 Date: Sat, 12 Sep 2020 14:07:12 +0530 Subject: [PATCH] docs update --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 62a0a76..dfad519 100644 --- a/docs/config.md +++ b/docs/config.md @@ -62,9 +62,9 @@ Then create a new user and grant admin privileges inside the same realm to be ab 1. Build the project by following the steps [here](#build--deploy) or you can download the built JAR artifact for the respective API Manager versions from [here](https://github.com/athiththan11/apim-keymanager-keycloak/releases) 2. Copy that JAR file into the `/repository/components/lib` directory. -3. Uncomment the `` parameter in the `/repository/conf/api-manager.xml` file. Change the values based on your third-party API. +3. Configure the `/repository/conf/deployment.toml` to configure the Keycloak Key Manager Change the values based on your third-party API. - > **Note :** Replace the value of the `` parameter with your Keycloak deployment's base URL. + > **Note :** Replace the value of the `keycloakInstanceUrl` parameter with your Keycloak deployment's base URL. > > The `org.wso2.keycloak.client.KeycloakClient` class, mentioned in the following example, extends the Key Manager interface.