RAs

Json element for a RA, here eduGAIN:

	"https://www.edugain.org": {
		"name": "eduGAIN",
		"country_code": "",
		"md_url": ["https://mds.edugain.org/edugain-v2.xml"]
	}

Test file with a dozn RAs: RAs.json

Entities

SAML IdP

    "https://idp.somaliren.org.so/idp/shibboleth":{
        "id":"e56b0b40057af9b04e9826207f3e00cd6f456b78",
        "type":"idp",
        "ra":"9cea6a7818b06b010acac00aa292200ca45b00d2",
        "metadataUrl":[
            "https://mds.edugain.org/edugain-v2.xml"
        ],
        "raName":"eduGAIN",
        "resourceName":"Somali Research and Education Network",
        "resourceProvider":{
            "name":{
                "en":"Somali Research and Education Network"
            },
            "url":{
                "en":"https://somaliren.org/"
            }
        },
        "resourceAttributes":{
            "required":[],
            "requested":[]
        },
        "entityID":"https://idp.somaliren.org.so/idp/shibboleth",
        "resourceContacts":{
            "technical":{
                "name":"Mohamed Ali Ahmed",
                "email":"mohammed.ali@somaliren.org"
            },
            "support":{
                "name":"Mohamed Ali Ahmed",
                "email":"mohammed.ali@somaliren.org"
            },
            "administrative":{
                "name":"Mohamed Ali Ahmed",
                "email":"mohammed.ali@somaliren.org"
            },
            "security":{
                "name":"",
                "email":""
            }
        },
        "info":{},
        "logo":null,
        "privacy":{
            "en":"http://somaliren.org/"
        }
    }


SAML SP

    "https://kolegio.org/cz/simplesamlphp/metadata/default-sp-ap.xml":{
        "id":"35b452b5083e8b8f8d458c96253597b8751157ea",
        "type":"sp",
        "ra":"9cea6a7818b06b010acac00aa292200ca45b00d2",
        "raName":"eduGAIN",
        "metadataUrl":[
            "https://mds.edugain.org/edugain-v2.xml"
        ],
        "resourceName":"Kolegio student discounts",
        "resourceProvider":{
            "name":{
                "en":"kolegio d.o.o."
            },
            "url":{
                "en":"https://www.kolegio.org"
            }
        },
        "resourceAttributes":{
            "required":[
                "eduPersonAffiliation"
            ],
            "requested":[]
        },
        "entityID":"https://kolegio.org/cz/simplesamlphp/metadata/default-sp-ap.xml",
        "resourceContacts":{
            "technical":{
                "name":"Administrator",
                "email":"istrka@gmail.com"
            },
            "support":{
                "name":"Support",
                "email":"info@kolegio.hr"
            },
            "administrative":{
                "name":"",
                "email":""
            },
            "security":{
                "name":"",
                "email":""
            }
        },
        "info":{
            "cs":"https://kolegio.org/cz/o-nas/",
            "sl":"https://koleg.io/si/o-nas/",
            "hr":"https://kolegio.hr/o-nama/",
            "sk":"https://koleg.io/sk/o-nas/",
            "en":"https://kolegio.org/cz/about-us/"
        },
        "logo":"",
        "privacy":{
            "en":"https://kolegio.org/cz/privacy-policy/",
            "cs":"https://kolegio.org/cz/podminky-pouziti/",
            "sl":"https://koleg.io/si/politika-zasebnosti/",
            "hr":"https://kolegio.hr/polica-privatnosti/",
            "sk":"https://koleg.io/sk/zasady-ochrany-osobnych-udajov/"
        }
    }

Example file with all eduGAIn IdPs and SPs: edugain.json

  • No labels