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
...
This example instructs Shibboleth SP login handler to use eduTEAMS discovery as a discovery service.
Code Block | ||
---|---|---|
| ||
<SSO discoveryProtocol="SAMLDS" discoveryURL="https://discovery.eduteams.org/wayf.php"> SAML2 </SSO> |
Embedded discovery
You may use the discovery in embedded fashion. In that case the page that triggers the authentication needs to include javascript in head element,
Code Block | ||
---|---|---|
| ||
<head> <!-- HTML elements --> <script type="text/javascript" src="https://discovery.eduteams.org/ds.js"></script> <!-- HTML elements --> </head> |
and then display a element triggering the authentication.
Code Block | ||
---|---|---|
| ||
<a href="/Shibboleth.sso/Login" onclick="startOverlay(event)">Log in</a> |