Hello!

Quick question. Is there a way to directly link to the registration or login page from a different page?
I tried the following but only get "Bad request" when submitting the form.

Registration: /auth/realms/{realm-name}/tokens/registrations?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fprotected&client_id=protected
Login: /auth/realms/{realm-name}/tokens/login?redirect_uri=http%3A%2F%2Flocalhost%3A8080%2Fprotected&client_id=protected
--

Mit freundlichen Grüßen,

Christian Beikov