You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your keycloack.js should come directly from your server and not from npm package.
This way, if you upgrade your keycloack server, your keycloack package will be updated as well.
Keycloak server ensure that the javascript library keycloak.js is always at
https://my-keyclaok-auth-url/auth/js/keycloak.js
by installing the npm package instead of using this, it might insert breaking change, or unexpected behavior to the login flow.
The text was updated successfully, but these errors were encountered: