<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi all,<br>
<br>
I have a html-frontend and i want to show the loginpage from keycloak as a part of this frontend and not redirect to the loginpage. Is there a possibility to do this ?
<br>
My first thougt was an iframe, but what is the src for this ?<br>
<br>
<div id="body"><br>
<div id="content"><br>
<div id="infoBox"></div><br>
<div class="verticalSpace"></div><br>
<div id="LoginView"><br>
<iframe src="<font color="FF0000">[Keycloak login view]</font>"></iframe><br>
</div><br>
</div><br>
</div><br>
</div>
</body>
</html>