From 586d167561b9dbeffad1ad818789e7877efbaa9e Mon Sep 17 00:00:00 2001 From: stojanovskis1 Date: Fri, 2 Feb 2024 11:41:27 +0100 Subject: [PATCH] update readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 32c8643..be722b6 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,9 @@ To install ckanext-keycloak: Configuration settings to run the extension ``` - ckanext.keycloak_url = link_to_keycloack_authentication_url - ckanext.keycloak.client_id = realm_name - ckanext.keycloak.realm_name = client_id + ckanext.keycloak.server_url = link_to_keycloack_authentication_url + ckanext.keycloak.client_id = client_id + ckanext.keycloak.realm_name = realm_name ckanext.keycloak.redirect_uri = redirect_url ckanext.keycloak.client_secret_key = client_secret_key ```