Hi all,

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 ?
My first thougt was an iframe, but what is the src for this ?

<div id="body">
      <div id="content">
            <div id="infoBox"></div>
            <div class="verticalSpace"></div>
            <div id="LoginView">
                  <iframe src="[Keycloak login view]"></iframe>
            </div>
      </div>
</div>