Skip to content

Commit abef28d

Browse files
author
Rebecka Gulliksson
committed
Add documentation and example config of static attribute microservice.
1 parent cbb2f76 commit abef28d

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

doc/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

286297
The proxy metadata is generated based on the front-/backend plugins listed in `proxy_conf.yaml`
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
module: satosa.micro_service.attribute_modifications.AddStaticAttributes
2+
plugin: ResponseMicroService

0 commit comments

Comments
 (0)