From e9e65635610cc098e85f8d13b9cabb06dd0ac9a8 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Tue, 14 Nov 2023 11:10:03 +0100 Subject: [PATCH] Correct Securing Apps Guide (#24730) (#24737) * Correcting Securing Apps guide Closes #24729 * Update docs/documentation/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc --------- Signed-off-by: AndyMunro Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com> --- .../general-config/sp_role_mappings_provider_element.adoc | 4 ++++ docs/documentation/server_admin/topics/account.adoc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/documentation/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc b/docs/documentation/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc index efbb698aa7b..916fc60720b 100644 --- a/docs/documentation/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc +++ b/docs/documentation/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc @@ -92,7 +92,11 @@ Note: to use spaces in role names for mappings, use unicode replacements for spa role\u0020A=roleX,roleY ---- +ifeval::[{project_community}==true] ====== Adding your own role mappings provider To add a custom role mappings provider one simply needs to implement the `org.keycloak.adapters.saml.RoleMappingsProvider` SPI. For more details see the `SAML Role Mappings SPI` section in link:{developerguide_link}[{developerguide_name}]. +endif::[] + + diff --git a/docs/documentation/server_admin/topics/account.adoc b/docs/documentation/server_admin/topics/account.adoc index 52012e33b87..ae9f56857db 100644 --- a/docs/documentation/server_admin/topics/account.adoc +++ b/docs/documentation/server_admin/topics/account.adoc @@ -7,7 +7,7 @@ [role="_additional-resources"] .Additional resources -* The Account Console can be configured in terms of appearance and language preferences. An example is adding attributes to the *Personal info* page by clicking *Personal info* link and completing and saving details. For more information, see {developerguide_link}[{developerguide_name}]. +* The Account Console can be configured in terms of appearance and language preferences. An example is adding attributes to the *Personal info* page by clicking *Personal info* link and completing and saving details. For more information, see the {developerguide_link}[{developerguide_name}]. === Accessing the Account Console