From 91c32295d5aa6b72563c0b3ea1b28f6f47b74762 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Tue, 21 Jul 2026 21:46:32 +0200 Subject: [PATCH] Address junes comments --- README.md | 2 +- .../ccc/hamburg/keycloak/attribute_endpoints/AdminUiPage.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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