Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
stojanovskis1 committed Feb 2, 2024
1 parent 63a6ee0 commit 586d167
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit 586d167

Please sign in to comment.