Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Discovery Service Configuration

The eduTEAMS Discovery Service URL serves to discovery requests of the SPs.

Code Block
titleeduTEAMS Discovery Service URL
https://discovery.eduteams.org/wayf.php

The protocol is described in Identity Provider Discovery Service Protocol and Profile.


Shibboleth SP

Discovery Service configuration is part of session initiator configuration. Shibboleth SP documentation on the subject is what you should rely on for more thorough information.

Set discovery to login handler

This example instructs Shibboleth SP login handler to use eduTEAMS discovery as discovery service.

Code Block
title/etc/shibboleth/shibboleth2.xml
<SSO
    discoveryProtocol="SAMLDS" 
    discoveryURL="https://discovery.eduteams.org/wayf.php">
    SAML2 
</SSO>