keycloak-collective-portal/templates/index.html
decentral1se 0aaf99da97
All checks were successful
continuous-integration/drone/push Build is passing
Add jwks_uri and use username
2021-06-11 18:26:38 +02:00

9 lines
125 B
HTML

<html>
<head>
<title>Home</title>
</head>
<body>
<p>Hello, {{ user.preferred_username }}</p>
</body>
</html>