Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN contacts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN contacts
Commits
3ec4e206
Commit
3ec4e206
authored
2 years ago
by
Davide Vaghetti
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
8a46e209
No related branches found
Branches containing commit
No related tags found
1 merge request
!7
Master
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+41
-0
41 additions, 0 deletions
README.md
with
41 additions
and
0 deletions
README.md
+
41
−
0
View file @
3ec4e206
...
...
@@ -33,3 +33,44 @@ This script will download the current edugain metadata aggregate XML and parse a
identity providers found in order to derive a list of Organization names, domains and
security contacts in CSV format. This list will be printed to stdout.
## Entities Details
Script:
`entity_details.py`
This script will print out some details about a single entity or a list of entities
passed as a list of entityIDs.
CSV Format:
```
entityID,FederationName,RegistrationAuthority,OrganizationName,TechnicalContact,SupportContact,AdministrativeContact
```
Usage:
```
usage: entity_details.py [-h] [-e E] [-f F] [-u U] [ENTITYID]
Show detailed information about an eduGAIN entity.
positional arguments:
ENTITYID entityID of the entity to look up
options:
-h, --help show this help message and exit
-e E load entityIDs from file E
-f F load metadata from file F
-u U download metadata from url U (default to https://mds.edugain.org/edugain-v2.xml)
Examples
- Retrieve details about a single entity using eduGAIN metadata:
./entity_details.py https://idp.dir.garr.it/idp/shibboleth
- Retrieve details for a list of idps using a local metadata file:
./entity_details.py -e idp_list -f edugain-v2.xml
```
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment