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
|
||||
|
||||
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.
|
||||
|
stb marked this conversation as resolved
Outdated
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
|
|||
|
|
@ -128,6 +128,7 @@ public class AdminUiPage implements UiPageProvider, UiPageProviderFactory<Compon
|
|||
.add()
|
||||
|
||||
.property()
|
||||
// keep old name for backwards compatibility
|
||||
|
stb marked this conversation as resolved
Outdated
june
commented
Let's have a comment here to note that we leave this name for backwards compatibility. Let's have a comment here to note that we leave this name for backwards compatibility.
|
||||
.name("attribute-group")
|
||||
.label("Attribute Name or Group")
|
||||
.helpText("The attribute or attribute group to export.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue
"The selection of attributes and authorization is managed through an endpoint configuration via the admin UI."