-
Notifications
You must be signed in to change notification settings - Fork 150
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
Upgrade Keycloak to at least 9.0.1 #1840
Labels
1-api-auth
API & Authentication subsystem
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A longstanding issue with the keycloak js library has been it's use of custom+native promises. This caused one bug in IE11 (#969). In 9.0.1, this has finally been fixed, but will require some testing/changes in the UI to remove the explicit native promise config.
The text was updated successfully, but these errors were encountered: