-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatible with latest KeyCloak? #1
Comments
Did you have any success with this extension? |
@Pfuenzle I didn't. But I was able to use built-in functionality to mostly replicate an invitation flow. Here it is in case you may find it useful:
In step 3), the service or library that handles the OAuth endpoint needs to know that the |
I tried to compile the plugin with the latest kc (16.1.0) and I got compilation errors
|
Thanks for sharing this work! I've seen tickets going as far back as 2015 asking for something like it, with little effect, so I could hardly believe my eyes when I saw it pop up in Github's search results.
Reading the code, I see that
invitation-code
is intended to be passed as URL param. So I went to the login page, clicked on "Register", and appendedinvitation-code=abc123
to the URL, to see if it would work:Is that correct?
When I do that, I get this in KeyCloak's logs:
getHttpClient
seems to be there: https://github.com/keycloak/keycloak/blob/c3a15cb368eaa20d6af362926e1d77e7d96f7420/services/src/main/java/org/keycloak/connections/httpclient/DefaultHttpClientFactory.java#L75Any idea of what might be going wrong?
The text was updated successfully, but these errors were encountered: