Skip to content

Commit b62f168

Browse files
authored
RHDHBUGS-2173-1-7 - Incorrect file path for Keycloak backend plugin (#1459)
1 parent bf9e750 commit b62f168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/authentication/proc-enabling-user-authentication-with-rhbk.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ Enter the saved **Client Secret**.
3838
`AUTHENTICATION_OIDC_METADATA_URL`::
3939
Enter the saved **{rhbk} realm base URL**.
4040

41-
. Enable the Keycloak organization plugin (`backstage-plugin-catalog-backend-module-keycloak-dynamic`).
41+
. Enable the Keycloak organization plugin (`backstage-community-plugin-catalog-backend-module-keycloak-dynamic`).
4242
The plugin is named after {rhbk} upstream project.
4343
This plugin ingests {rhbk} users and groups to the {product-short} software catalog.
4444
+
4545
.`dynamic-plugins.yaml` file fragment
4646
[source,yaml]
4747
----
4848
plugins:
49-
- package: './dynamic-plugins/dist/backstage-plugin-catalog-backend-module-keycloak-dynamic'
49+
- package: './dynamic-plugins/dist/backstage-community-plugin-catalog-backend-module-keycloak-dynamic'
5050
disabled: false
5151
----
5252

0 commit comments

Comments
 (0)