plugin(keycloak): ensure subgroups are fetched from the correct realm (#4054)
Signed-off-by: Kashish Mittal <kmittal@redhat.com>
This commit is contained in:
parent
e958f2ff81
commit
66fc757ec4
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'@backstage-community/plugin-catalog-backend-module-keycloak': patch
|
||||
---
|
||||
|
||||
ensure subgroups are fetched from the correct realm
|
||||
|
|
@ -216,6 +216,7 @@ export async function processGroupsRecursively(
|
|||
first: 0,
|
||||
max: group.subGroupCount,
|
||||
briefRepresentation: brief,
|
||||
realm: config.realm,
|
||||
});
|
||||
const subGroupResults = await processGroupsRecursively(
|
||||
kcAdminClient,
|
||||
|
|
|
|||
Loading…
Reference in New Issue