OpenSearch/x-pack/plugin/identity-provider/qa/idp-rest-tests
Tim Vernum 30b01fe00d
Resolve SSO roles by pattern (#54777)
This changes a SamlServiceProvider to have a function that maps
from an "action-name" to set of role-names instead of a Map that does
so.

The on-disk representation of this mapping is a set of Java Regexp
Patterns, for which the first matching group is the role name.

For example "sso:(\w+)" would map any action that started with "sso:"
to the corresponding role name (e.g. "sso:superuser" -> "superuser").

Backport of: #54440
2020-04-06 14:10:30 +10:00
..
src/test Resolve SSO roles by pattern (#54777) 2020-04-06 14:10:30 +10:00
build.gradle [7.x] Add end to end QA authentication test (#54215) (#54567) 2020-04-01 18:35:21 +03:00