OpenSearch/x-pack/plugin/identity-provider/qa
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
..
idp-rest-tests Resolve SSO roles by pattern (#54777) 2020-04-06 14:10:30 +10:00
build.gradle Add SAML IdP plugin for internal use (#54046) (#54124) 2020-03-25 09:45:13 +11:00