-
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
CORS block keycloak sign-in #2331
Comments
After some investigation I suspect that this is actually caused by the private CA that is used for the keycloak domain. I'm looking for a way to easily inject a new CA in the backend image. |
Ho @bo0ts , can we close this ticket or is there still something to do? |
@StefanFl I don't think so. I've updated to 1.23.0 and have configured I still get the same CORS error when clicking |
I've tried several options (include Any other ideas where to look? |
I tested it just now with docker-compose-dev-keycloak.yml. With the When I remove the I am not a KeyCloak expert so I don't now anything more unfortunately. |
I've configured Keycloak according to the documentation. When I click on the
Enterprise Sign In
button I get the following error message in the browser console:I have the following configuration related to CORS
The Keycloak version is 26.0.6. I assume we can fix this as soon as the multiple CORS Origins change is available? Maybe an addition to the documentation would be helpful as well.
The text was updated successfully, but these errors were encountered: