Documentation of eduGAIN database access API

Method: show_entity_details

Description:

Show the full entity info. This method is mostly for internal use.

Supported formats: json, html, print_r

Arguments used:

row_id (optional)
allowed values: valid internal identifier
internal database identity identifier, either e_id or row_id is required, e_id takes precedence
e_id (optional)
allowed values: a valid entityId
a valid entityId (full string), either e_id or row_id is required
opt (optional)
allowed values: "internal" or none
only useful with the html format setting, internal is meant for internal system use and does not contain the CSS info.
format (optional)
default: json
allowed values: any supported format

Examples:

show the entity on a standalone HTML page
https://technical.edugain.org/api.php?action=show_entity_details&format=html&e_id=https://sso.umk.pl/idp/shibboleth&opt=standalone
show the entity info in json format
https://technical.edugain.org/api.php?action=show_entity_details&e_id=https://sso.umk.pl/idp/shibboleth

Show full action list