File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
example/plugins/microservices Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,20 @@ config:
6
6
"":
7
7
# default rules for any requester
8
8
"":
9
- # enforce controlled vocabulary
9
+ # enforce controlled vocabulary (via simple notation)
10
10
eduPersonAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)$"
11
11
eduPersonPrimaryAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)$"
12
- eduPersonScopedAffiliation: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)@"
12
+ eduPersonScopedAffiliation:
13
+ # enforce controlled vocabulary (via extended notation)
14
+ regexp: "^(faculty|student|staff|alum|member|affiliate|employee|library-walk-in)@"
15
+ # enforce correct scope
16
+ shibmdscope_match_scope:
17
+ eduPersonPrincipalName:
18
+ # enforce correct scope
19
+ shibmdscope_match_scope:
20
+ schacHomeOrganization:
21
+ # enforce scoping rule on attribute value
22
+ shibmdscope_match_value:
13
23
14
24
target_provider1:
15
25
requester1:
You can’t perform that action at this time.
0 commit comments