Skip to content
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

Package use npm version of keycloak.js instead of the one bundled with keycloak server #24

Open
Pycnomerus opened this issue Mar 19, 2020 · 1 comment

Comments

@Pycnomerus
Copy link

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.

@alex9nadon
Copy link

alex9nadon commented Apr 6, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants