Address junes comments
All checks were successful
/ Verify (pull_request) Successful in 52s

This commit is contained in:
Stefan Bethke 2026-07-21 21:46:32 +02:00
commit 91c32295d5
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
# Attribute Endpoints Provider - Export User Attributes
This is a Keycloak Provider that exports user profile attribute values.
The selection of attributes and authorization is manage through an endpoint configuration.
The selection of attributes and authorization is managed through an endpoint configuration in the Keycloak admin website.
## Usage

View file

@ -128,6 +128,7 @@ public class AdminUiPage implements UiPageProvider, UiPageProviderFactory<Compon
.add()
.property()
// keep old name for backwards compatibility
.name("attribute-group")
.label("Attribute Name or Group")
.helpText("The attribute or attribute group to export.")