Skip to content
Snippets Groups Projects

entity_details

Merged Davide Vaghetti requested to merge davide.vaghetti/edugain-contacts:master into master
3 files
+ 129
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 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