diff --git a/README.md b/README.md index c1f0bd3..e56902c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/attribute-endpoints-provider/src/main/java/de/ccc/hamburg/keycloak/attribute_endpoints/AdminUiPage.java b/attribute-endpoints-provider/src/main/java/de/ccc/hamburg/keycloak/attribute_endpoints/AdminUiPage.java index 7c88e49..5b3fd6e 100644 --- a/attribute-endpoints-provider/src/main/java/de/ccc/hamburg/keycloak/attribute_endpoints/AdminUiPage.java +++ b/attribute-endpoints-provider/src/main/java/de/ccc/hamburg/keycloak/attribute_endpoints/AdminUiPage.java @@ -128,6 +128,7 @@ public class AdminUiPage implements UiPageProvider, UiPageProviderFactory