-
Notifications
You must be signed in to change notification settings - Fork 49
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
Issues when configuring provider plugin #6
Comments
FYI, I also tried toggling the authentication "Condition - User Configured" to "Required" and got the same results. |
@tstec-polypoly This is great. I'm going to add this to the docs. |
@tstec-polypoly any chance you could post an example of using MagicLink as a second alternative? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey, hoping to get some help configuring the provider. Sorry in advance for my ignorance of Java and Keycloak...
My environment:
I made the following steps to configure:
I then tested by navigating a private window to https://localhost:8037/realms/test/account/#/ as seen here:
Then I clicked "Sign in" which resulted in:
The previous action triggered the following message in the Keycloak logs:
I also tried a few permutations of the request mentioned in the README.md with the following results:
As suggested in README.md
Fixes redirect URI to what I assume is correct. Tries
/realms/test/magic-link
as POST path. Guessing this one is closest?Fixes redirect URI to what I assume is correct. Tries
/realms/test/protocol/openid-connect/auth
as POST path.Fixes redirect URI to what I assume is correct. Tries
/realms/test/protocol/openid-connect/auth/magic-link
as POST path.Fixes redirect URI to what I assume is correct. Tries
/realms/test/protocol/openid-connect/magic-link
as POST path.The text was updated successfully, but these errors were encountered: