ACOnet provides a federated eduID.at Demo Service Provider to its community, with the entityID https://test-sp.aco.net/shibboleth
This consists of a simple WSGI application making use of data provided by the current Shibboleth Service Provider software.

ACOnet recommends all institutions having deployed a SAML Identity Provider to also deploy at least one SAML Service Provider for more flexible testing and debugging, configuration verification, understanding of the technology & application integration patterns, as well as end-to-end monitoring of their IDP service. The eduID.at Demo Service Provider is no real substitute for running a SAML Service Provider yourself.

Accessing session data

To access data about your session you need to first log in (see below for ways of doing that) and select the desired rendering style from the "Demo SP" dropdown menu in the navigation bar on top of the page.

In addition to "echoing" back attributes recieved via SAML (to allow testing of a SAML IDP's attribute release confguration) the Demo SP also shows the (decoded, decrypted and reformatted) XML of the SAML Assertion itself, as well as giving access to the web server's environment variables.

The Demo SP also makes use of the Shibboleth SP's feature to extract information from SAML metadata about the used SAML IDP, which is useful e.g. to provide detailed information to users on error pages etc. Use of similar methods in your own applications is highly recommended.

Demo IDP Discovery Services

The eduID.at Demo Service Provider also showcases 3 different SAML IDP Discovery Services:

Note that a real-world (non-demo) application will only ever use one type of Discovery Service for a consistent user experience.

All three DS instances support typeahead searches and most of them also chosing from lists of Identity Providers.

Ending your Session

The Demo SP currently provides two ways of terminating your Shibboleth SP session, for demonstration purposes and to help with easily getting back to an unauthenticated state at this SP, to start testing IDP discovery and SSO again.

Unless you're using someone else's computer (with the other person logged in into the desktop/GUI) or you are using the eduID.at Demo SP from a public Internet terminal or kisok – both highly unlikely scenarios – there simply is no need to ever "log out". Even in such unusual cases starting the web browser's "private browsing" mode beforehand, or deciding not to log in at all, is the much better choice. This goes for all SAML-protected resources, of course.

That means unless your SAML IDP supports some form of SAML SLO both logout links will only clear the local SP session, nothing else.

Questions about this service are always welcome on the eduID.at community mailing ilst.

Data processing

See eduID.at Demo Service Datenverarbeitung (in German language).