<!doctype html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <style>
        :root {
            font-family: sans-serif;
            font-weight: 300;
            font-size: 11pt;
        }

        body {
            margin: 0;
        }
    </style>

    <script type="module" src="<%= getUrl(name + '-demo.js') %>"></script>
</head>
<body>
    <dbp-auth-demo
        auth
        requested-login-status
        lang="de"
        entry-point-url="<%= entryPointURL %>"
        url="<%= keyCloakBaseURL %>"
        realm="<%= keyCloakRealm %>"
        client-id="<%= keyCloakClientId %>"
        silent-check-sso-redirect-uri="<%= getUrl('silent-check-sso.html') %>"
        subscribe="auth"
    ></dbp-auth-demo>
</body>
</html>
