-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathndn.fd
More file actions
36 lines (36 loc) · 1.09 KB
/
ndn.fd
File metadata and controls
36 lines (36 loc) · 1.09 KB
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
35
36
- when update:
- load:
- examples/ndn-links.xrd
- fork:
- select as /md/ndn-services-1.0:
- https://crowd.nordu.net/shibboleth
- https://connect.sunet.se/shibboleth
- https://connect-test.sunet.se/shibboleth
- https://connect-beta.sunet.se/shibboleth
- https://connect.funet.fi/shibboleth
- https://connect.uninett.no/shibboleth
- break
- fork:
- select as /swamid:
- http://mds.swamid.se/md/swamid-idp.xml
- break
- break:
- when request:
- select
- pipe:
- when accept application/samlmetadata+xml application/xml:
- xslt:
stylesheet: tidy.xsl
- first
- finalize:
validUntil: P10D
cacheDuration: PT5H
- sign:
key: sign.key
cert: sign.crt
- emit application/samlmetadata+xml
- break
- when accept application/json:
- discojson
- emit application/json:
- break