-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy patheidas.fd
More file actions
34 lines (34 loc) · 916 Bytes
/
eidas.fd
File metadata and controls
34 lines (34 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
- when normalize:
- xslt:
stylesheet: tidy.xsl
- xslt:
stylesheet: unsign.xsl
- break
- when eidas:
- xslt:
stylesheet: eidas-cleanup.xsl
- check_xml_namespaces
- break
- when update:
- load:
- https://qa.md.eidas.swedenconnect.se/mdservicelist-aggregate.xml cleanup eidas validate True
- break
- when request:
- select
- pipe:
- when accept application/samlmetadata+xml application/xml:
- xslt:
stylesheet: tidy.xsl
- first
- finalize:
cacheDuration: PT20M
validUntil: P7D
- sign:
key: sign.key
cert: sign.crt
- emit application/samlmetadata+xml
- break
- when accept application/json:
- discojson
- emit application/json:
- break