Skip to content

Resource URL configuration for clients, including Admin UI support - #51339

Open
tnorimat wants to merge 1 commit into
keycloak:mainfrom
Hitachi:ISSUE-47123
Open

Resource URL configuration for clients, including Admin UI support#51339
tnorimat wants to merge 1 commit into
keycloak:mainfrom
Hitachi:ISSUE-47123

Conversation

@tnorimat

Copy link
Copy Markdown
Contributor

Closes #47123

Closes keycloak#47123

Signed-off-by: Takashi Norimatsu <takashi.norimatsu.ws@hitachi.com>
Copilot AI review requested due to automatic review settings July 31, 2026 13:23
@tnorimat
tnorimat requested review from a team as code owners July 31, 2026 13:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds Admin UI support for configuring OAuth 2.0 resource indicator URLs on OIDC clients.

Changes:

  • Adds a feature-gated Resource URL field and translations.
  • Enables resource indicators in the test server.
  • Adds persistence coverage for the new field.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
js/apps/keycloak-server/scripts/start-server.js Enables resource indicators for UI tests.
js/apps/admin-ui/test/clients/details.ts Adds Resource URL test helpers.
js/apps/admin-ui/test/clients/details.spec.ts Tests Resource URL persistence.
js/apps/admin-ui/src/utils/useIsFeatureEnabled.ts Registers the feature flag.
js/apps/admin-ui/src/clients/add/AccessSettings.tsx Adds the Resource URL field.
js/apps/admin-ui/maven-resources/theme/keycloak.v2/admin/messages/messages_en.properties Adds field text and help.

Comment on lines +46 to +47
type="url"
name="attributes.resource_url"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Resource URL configuration for clients, including Admin UI support

2 participants