From 636d47f64af9c249aafcb39d69b60e1358452db4 Mon Sep 17 00:00:00 2001 From: Shane Liang <39946835+shane-1@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:55:57 +0800 Subject: [PATCH] Update sp_role_mappings_provider_element.adoc (#1715) change oro to or --- .../java/general-config/sp_role_mappings_provider_element.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc b/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc index 36d5ab1417..efbb698aa7 100644 --- a/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc +++ b/securing_apps/topics/saml/java/general-config/sp_role_mappings_provider_element.adoc @@ -63,7 +63,7 @@ using the `properties.resource.location` to load the `roles.properties` file fro The `properties` file can contain both roles and principals as keys, and a list of zero or more roles separated by comma as values. When invoked, the implementation iterates through the set of roles that were extracted from the assertion and checks, -for each role, if a mapping exists. If the role maps to an empty role, it is discarded. If it maps to a set of one ore more +for each role, if a mapping exists. If the role maps to an empty role, it is discarded. If it maps to a set of one or more different roles, then these roles are set in the result set. If no mapping is found for the role then it is included as is in the result set.