-
Notifications
You must be signed in to change notification settings - Fork 163
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
Keycloak configuration tutorial? #1476
Comments
Hi @ruediger-h , i will do a video but before you can use this tutorial. Set access_token lifetime to 5 minutes . |
@ruediger-h I spent a few days making it work. I cannot remember the configuration bit that fixed your issue, but here are the realm and client dumps with my current working configuration; you can import them to your keycloak instance, and it should also work. Ensure you create the user on the new realm and set the email to verified. also, here is my OIDC config:
|
Issue and Steps to Reproduce
I try to get the react-demo up and running as a reference to develop a Vue-implementation and saw appear different issues. I can not rule out that Keycloak is not configured as expected although it does kind of work.
Is there any documentation / information / tutorial about how to configure a certain version (probably the newest one?) of Keycloak so it is known to cooperate with the react-demo without problems.
Of course a fitting example-configuration for the oidc-client would be nice, as well. Just to go sure the working-sample does get set up properly.
Versions
Axa oicd-client: 7.22.32
Keycloak: 22.0.1 (for example)
Expected
Work without issues as expected by Guillaume.
Actual
Example of the "latest issue":
Console-Output:
Additional Details
Keycloak does not output errors or information about problems (anymore, after I corrected scope).
The text was updated successfully, but these errors were encountered: