File tree Expand file tree Collapse file tree 4 files changed +11
-10
lines changed
Expand file tree Collapse file tree 4 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ attributes:
22 displayname :
33 openid : [name]
44 saml : [displayName]
5- edupersontargetedid :
6- openid : [sub]
7- saml : [eduPersonTargetedID]
85 givenname :
96 openid : [given_name]
107 saml : [givenName]
@@ -23,5 +20,3 @@ attributes:
2320 schachomeorganization :
2421 openid : [schac_home_organization]
2522 saml : [schacHomeOrganization]
26- user_id_from_attrs : [edupersontargetedid]
27- user_id_to_attr : edupersontargetedid
Original file line number Diff line number Diff line change 1+ module : satosa.micro_services.attribute_processor.AttributeProcessor
2+ name : RegexAttributeProcessor
3+ config :
4+ process :
5+ - attribute : uid
6+ processors :
7+ - name : RegexSubProcessor
8+ module : satosa.micro_services.processors.regex_sub_processor
9+ regex_sub_match_pattern : ^(.+)@.+$
10+ regex_sub_replace_pattern : \1
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ FRONTEND_MODULES:
1919
2020MICRO_SERVICES :
2121 - " plugins/microservices/generate_attributes.yaml"
22+ - " plugins/microservices/regex_attributes.yaml"
2223
2324LOGGING :
2425 version : 1
You can’t perform that action at this time.
0 commit comments