We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb384aa commit c37af25Copy full SHA for c37af25
2 files changed
roles/midproxy/files/plugins/microservices/generate_attributes.yaml
@@ -0,0 +1,9 @@
1
+module: satosa.micro_services.attribute_generation.AddSyntheticAttributes
2
+name: AddSyntheticAttributes
3
+config:
4
+ synthetic_attributes:
5
+ default:
6
7
+ schachomeorganization: >-
8
+ {{#schachomeorganization}}{{.}}{{/schachomeorganization}}
9
+ {{^schachomeorganization}}myaccessid.org{{/schachomeorganization}}
roles/midproxy/files/proxy_conf.yaml
@@ -17,8 +17,8 @@ FRONTEND_MODULES:
17
- "plugins/frontends/saml2_frontend.yaml"
18
- "plugins/frontends/ping_frontend.yaml"
19
20
-# MICRO_SERVICES:
21
-# - "plugins/microservices/static_attributes.yaml"
+MICRO_SERVICES:
+ - "plugins/microservices/generate_attributes.yaml"
22
23
LOGGING:
24
version: 1
0 commit comments