Skip to content

Link authentication flow UsedBy clients to client settings#48841

Open
singhvishalkr wants to merge 1 commit intokeycloak:mainfrom
singhvishalkr:fix-40211-usedby-client-links
Open

Link authentication flow UsedBy clients to client settings#48841
singhvishalkr wants to merge 1 commit intokeycloak:mainfrom
singhvishalkr:fix-40211-usedby-client-links

Conversation

@singhvishalkr
Copy link
Copy Markdown

Closes #40211.

The flows API already returns each overriding client's \clientId\ string (\AuthenticationMapper\ uses \ClientModel#getClientId). The admin routes expect the internal client id in the URL (\ClientsSection\ links with \client.id), so this resolves each label via \�dminClient.clients.find({ clientId }), matches the exact \clientId, and wraps the label in \ oClient\ for both the popover (≤8 clients) and the paginated modal.

@singhvishalkr singhvishalkr requested review from a team as code owners May 8, 2026 14:48
…ings

Signed-off-by: Vishal Kumar Singh <vishal.kr.singh2021@gmail.com>
@singhvishalkr singhvishalkr force-pushed the fix-40211-usedby-client-links branch from 95a32b1 to 2cd8e8e Compare May 9, 2026 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add link to clients in UsedBy hint for auth-flows listing in admin ui

1 participant