From abc79b3527e0cf06b906afbcc7554948aad7224e Mon Sep 17 00:00:00 2001 From: Sven-Torben Janus Date: Thu, 7 Apr 2022 00:10:35 +0200 Subject: [PATCH] docs: Fix configuration instructions for quarkus-based distro Fixes #69 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 441a2c6..2503747 100644 --- a/README.md +++ b/README.md @@ -139,11 +139,11 @@ You do not like the role name `restricted-access` or you do have some kind of na ##### Quarkus-based distro (Keycloak.X): ```properties -spi.restrict-client-auth-access-provider.client-role.enabled=true -spi.restrict-client-auth-access-provider.client-role.client-role-name=custom-role +spi-restrict-client-auth-access-provider-client-role-enabled=true +spi-restrict-client-auth-access-provider-client-role-client-role-name=custom-role ``` -For details on SPI and provider configuration in Keycloak.X, please refer to [SPIs and Provider Configuration](https://github.com/keycloak/keycloak-community/blob/master/design/keycloak.x/configuration.md#spis-and-provider-configuration) section in the community guide. +For details on SPI and provider configuration in Keycloak.X, please refer to [Configuring providers](https://www.keycloak.org/server/configuration-provider) guide. ##### Wildfly-based distro (👎)