UPDATE ......From Tuesday 8 April 2025 we have changed the way that Single Sign-on works on this wiki. Please see here for more information:
Update
...
HTML |
---|
https://release-check.edugain.org/api/results/ |
Example: https://release-check.edugain.org/api/results/
This will return all the tested Identity Providers with their basic information, test verdicts and a URL to the details page. The response is a JSON-encoded.
Query Results for one specific Identity Provider:
Query Format: HTTP GET to
...
- Download the output for all results. For example, run the command:
curl -L --silent https://release-check.edugain.org/api/results
...
> /tmp/results.json
- Extract the URL of the result page for a specific IdP. For example, run the command:
jq '.[] | select( .idp_entity_id == "https://papi.kfki.hu/idp/shibboleth") | .result_page' /tmp/results.json
- View the result page in your browser. For the given example, it's
...