Skip to content
Snippets Groups Projects
Commit 11041753 authored by Roland Alton's avatar Roland Alton
Browse files

correct naming, add comment

parent 3344dc5b
No related branches found
No related tags found
1 merge request!1initial
#!/bin/python3
# parse an IdP XML feed and export as csv for further analysis which attributes fit best for discovery
from pprint import pprint
from lxml import etree
......@@ -26,6 +28,7 @@ attribute_map = {
def get_metadata():
# replace feed here
url = 'https://eduid.at/md/aconet-interfed.xml'
r = requests.get(url, allow_redirects=True)
parser = etree.XMLParser()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment