No profile
Strict profile that selects all IdPs with inCommon as metadata source (does not exist at this point)
<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>