Skip to content
Snippets Groups Projects

Davide.vaghetti master patch 39135

1 file
+ 13
0
Compare changes
  • Side-by-side
  • Inline
+ 13
0
@@ -3,6 +3,19 @@
This repository contains tools to parse contacts from eduGAIN metadata and from
the eduGAIN APIs published on https://technical.edugain.org/api.php.
## Identity federations contacts
Script name :`identity_federations_contacts.py`
This script consume the eduGAIN API to retrieve the details of all the eduGAIN identity
federations and parse it to create a list of contacts per each federation in CSV format. This list will be printed to stdout.
CSV Format:
```
FEDERATION,COUNTRIES,SECURITY CONTACT,FEDERATION CONTACT
```
## Identity federations security contacts
Script name :`identity_federations_security_contacts.py`
Loading