Add exporting individual attributes and a map endpoint #26
2 changed files with 2 additions and 1 deletions
commit
91c32295d5
|
|
@ -1,7 +1,7 @@
|
||||||
# Attribute Endpoints Provider - Export User Attributes
|
# Attribute Endpoints Provider - Export User Attributes
|
||||||
|
|
||||||
This is a Keycloak Provider that exports user profile attribute values.
|
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
|
## Usage
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -128,6 +128,7 @@ public class AdminUiPage implements UiPageProvider, UiPageProviderFactory<Compon
|
||||||
.add()
|
.add()
|
||||||
|
|
||||||
.property()
|
.property()
|
||||||
|
// keep old name for backwards compatibility
|
||||||
.name("attribute-group")
|
.name("attribute-group")
|
||||||
.label("Attribute Name or Group")
|
.label("Attribute Name or Group")
|
||||||
.helpText("The attribute or attribute group to export.")
|
.helpText("The attribute or attribute group to export.")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue