Skip to content

Commit c37af25

Browse files
committed
Fallback SHO to myaccessis.org
1 parent fb384aa commit c37af25

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module: satosa.micro_services.attribute_generation.AddSyntheticAttributes
2+
name: AddSyntheticAttributes
3+
config:
4+
synthetic_attributes:
5+
default:
6+
default:
7+
schachomeorganization: >-
8+
{{#schachomeorganization}}{{.}}{{/schachomeorganization}}
9+
{{^schachomeorganization}}myaccessid.org{{/schachomeorganization}}

roles/midproxy/files/proxy_conf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ FRONTEND_MODULES:
1717
- "plugins/frontends/saml2_frontend.yaml"
1818
- "plugins/frontends/ping_frontend.yaml"
1919

20-
# MICRO_SERVICES:
21-
# - "plugins/microservices/static_attributes.yaml"
20+
MICRO_SERVICES:
21+
- "plugins/microservices/generate_attributes.yaml"
2222

2323
LOGGING:
2424
version: 1

0 commit comments

Comments
 (0)