<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hello!<br>
    <br>
    Quick question. Is there a way to directly link to the registration
    or login page from a different page?<br>
    I tried the following but only get "Bad request" when submitting the
    form.<br>
    <br>
    Registration:
/auth/realms/{realm-name}/tokens/registrations?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fprotected&amp;client_id=protected<br>
    Login:
/auth/realms/{realm-name}/tokens/login?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fprotected&amp;client_id=protected<br>
    <div class="moz-signature">-- <br>
      <br>
      Mit freundlichen Grüßen,<br>
      <hr>
      <b>Christian Beikov</b><br>
    </div>
  </body>
</html>