Update sp_role_mappings_provider_element.adoc (#1715)

change oro to or
This commit is contained in:
Shane Liang 2023-03-14 18:55:57 +08:00 committed by GitHub
parent 252abf87a1
commit 636d47f64a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.