File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
example/plugins/microservices Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -281,6 +281,17 @@ for information on how to obtain them.
281281<br>
282282<br>
283283
284+ # # Microservices
285+
286+ Additional behaviour can be configured in the proxy through "microservices".
287+
288+ # ## Adding static attributes to all responses
289+
290+ To add a set of static attributes, use the `AddStaticAttributes` class which will add
291+ pre-configured (static) attributes, see the
292+ [example configuration](example/plugins/microservices/static_attributes.yaml.example).
293+
294+
284295# <a name="saml_metadata" style="color:#000000">Generate proxy metadata</a>
285296
286297The proxy metadata is generated based on the front-/backend plugins listed in `proxy_conf.yaml`
Original file line number Diff line number Diff line change 1+ module: satosa.micro_service.attribute_modifications.AddStaticAttributes
2+ plugin: ResponseMicroService
You can’t perform that action at this time.
0 commit comments