Skip to content

Commit 49ffbdc

Browse files
Merge pull request #386 from REANNZ/add_attribute_policy_example_config
examples: add attribute_policy.yaml.example
2 parents 779f129 + e5bd7b6 commit 49ffbdc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module: satosa.micro_services.attribute_policy.AttributePolicy
2+
name: AttributePolicy
3+
config:
4+
attribute_policy:
5+
<requester>:
6+
allowed:
7+
- mail
8+
- name
9+
- givenname
10+
- surname
11+
12+

0 commit comments

Comments
 (0)