Self registration link

I activated self registration and all works fine, when starting from https:///auth/realms//account and click on “sign in” and then on “register”.

Now, I am failing to create a direct link to the self registration page. Can somebody advise me how to do that?
I found this topic on stack overflow, which did not help me: single sign on - Keycloak - direct user link registration - Stack Overflow

Thanks very much for your time

The search functionality here in the forum works pretty well…

Thanks, I tried building a URL like this which makes a redirect to the given redirect uri with the parameter “error=invalid_request error_description=Missing+parameter%3A+code_challenge_method”. Isnt this a code when using OAuth or something?

As you don’t tell us anything about the client and its configuration you are using, I assume you use a (public?) client with enabled PKCE option. This yields in missing code challenge method. Try to add a code_challenge_method query parameter with the proper value you have configured in your client.