diff --git a/docs/integrations/identity-providers/self-hosted/keycloak.md b/docs/integrations/identity-providers/self-hosted/keycloak.md index 12418385..eadee412 100644 --- a/docs/integrations/identity-providers/self-hosted/keycloak.md +++ b/docs/integrations/identity-providers/self-hosted/keycloak.md @@ -115,7 +115,7 @@ In this step, we will create and configure the NetBird client audience for Keycl - Click `Client scopes` (left-hand menu) - Click `Create client scope` button - Fill in the form with the following values: - - Name: `netbird-client-audience` + - Name: `api` - Type: `Default` - Protocol: `OpenID Connect` - Click `Save` @@ -144,7 +144,7 @@ In this step, we will create and configure the NetBird client audience for Keycl - Choose `netbird-client` from the list - Switch to `Client scopes` tab - Click `Add client scope` button -- Choose `netbird-client-audience` +- Choose `api` - CLick `Add` choosing `Default` - The value `netbird-client` will be used as audience diff --git a/static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png b/static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png index 9f3a9274..79001777 100644 Binary files a/static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png and b/static/img/integrations/identity-providers/self-hosted/keycloack-add-client-scope.png differ diff --git a/static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png b/static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png index 3ce8f1a1..9a54c13c 100644 Binary files a/static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png and b/static/img/integrations/identity-providers/self-hosted/keycloak-configure-audience-mapper.png differ diff --git a/static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png b/static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png index a91fbf11..bdef79ac 100644 Binary files a/static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png and b/static/img/integrations/identity-providers/self-hosted/keycloak-create-client-scope.png differ