File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
example/plugins/microservices
src/satosa/micro_services Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ module: satosa.micro_services.attribute_generation.AddSyntheticAttributes
2
2
name: AddSyntheticAttributes
3
3
config:
4
4
synthetic_attributes:
5
- target_provider1 :
6
- requester1 :
5
+ requester1 :
6
+ target_provider1 :
7
7
eduPersonAffiliation: member;employee
8
8
default:
9
9
default:
Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ class AddSyntheticAttributes(ResponseMicroService):
61
61
name: AddSyntheticAttributes
62
62
config:
63
63
synthetic_attributes:
64
- target_provider1 :
65
- requester1 :
64
+ requester1 :
65
+ target_provider1 :
66
66
eduPersonAffiliation: member;employee
67
67
default:
68
68
default:
@@ -72,8 +72,8 @@ class AddSyntheticAttributes(ResponseMicroService):
72
72
```
73
73
74
74
The use of "" and 'default' is synonymous. Attribute rules are not
75
- overloaded or inherited. For instance a response from "target_provider1 "
76
- and requester1 in the above config will generate a (static) attribute
75
+ overloaded or inherited. For instance a response for "requester1 "
76
+ from target_provider1 in the above config will generate a (static) attribute
77
77
set of 'member' and 'employee' for the eduPersonAffiliation attribute
78
78
and nothing else. Note that synthetic attributes override existing
79
79
attributes if present.
You can’t perform that action at this time.
0 commit comments