Documentation of eduGAIN database access API

Method: show_federation

Description:

Show federation detils.

Supported formats: json, print_r

Arguments used:

fed_id (required)
allowed values: a federation code (see list_fed_codes for a list of available codes).
Limits the results to a single federation.
reg_auth (optional)
allowed values: a federation registration authority URN
Limits the results to a single federation. If fed_id argument is also present then it takes precedence over reg_auth
format (optional)
default: json
allowed values: any supported format

Returns:
returns all details about the federation, authenticated users will also see e-mail addresses of federation delegates and deputis.

Examples:

PIONIER.Id federation details
https://technical.edugain.org/new/api.php?action=show_federation&format=print_r&fed_id=PIONIER-ID
PIONIER.Id federation details, but called with the reg_auth
https://technical.edugain.org/new/api.php?action=show_federation&format=print_r&reg_auth=https://aai.pionier.net.pl

Show full action list