We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8d27c commit ad6154eCopy full SHA for ad6154e
example/plugins/microservices/filter_attributes.yaml.example
@@ -2,6 +2,15 @@ module: satosa.micro_services.attribute_modifications.FilterAttributeValues
2
name: AttributeFilter
3
config:
4
attribute_filters:
5
+ # default rules for any IdentityProvider
6
+ "":
7
+ # default rules for any requester
8
9
+ # enforce controlled vocabulary
10
+ eduPersonAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)$"
11
+ eduPersonPrimaryAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)$"
12
+ eduPersonScopedAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)@"
13
+
14
target_provider1:
15
requester1:
16
attr1: "^foo:bar$"
0 commit comments