286.1k
requests
67.01% consent
requests
67.01% consent
Example of HTML tag
<script src="https://service.seamlessaccess.org/thiss.js"></script>
<script>
window.onload = function() {
// Render the Seamless Access button
thiss.DiscoveryComponent.render({
loginInitiatorURL: 'LOGIN_INITIATOR_URL',
}, '#putMyLoginButtonHere');
};
</script>