Thiss.io Login

This page is for testing the Discovery Service for thiss.io. .

Advanced integration

  Remember me

No profile


Strict profile that selects all IdPs with inCommon as metadata source (does not exist at this point)

  • entityID: https://cpauth.icos-cp.eu/saml/cpauth
  • trustProfile: incommon-wayfinder
To use in your web application include the following code:

<script src="https://ds.qa.swamid.se/thiss.js"/>
<div id="login"> </div>
<script>
    window.onload = function() {
       thiss.DiscoveryComponent({
           loginInitiatorURL: 'https://localhost/Shibboleth.sso/Login?target=https://google.com',
           entityID: 'https://localhost/shibboleth',
           trustProfile: 'example-profile'
       }).render('#login');
    };
</script>