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

For my keycloak version (18), the url configuration should not have "/auth" in the vite_vue3 example #151

Open
xxddff opened this issue Oct 10, 2022 · 1 comment

Comments

@xxddff
Copy link

xxddff commented Oct 10, 2022

vue-keycloak-js/examples/vite_vue3/src/main.ts
original:
config: { url: 'http://localhost:8085/auth', clientId: 'vue-client', realm: 'vue' }
working for me:
config: { url: 'http://localhost:8085/', clientId: 'vue-client', realm: 'vue' }

@idc77
Copy link
Contributor

idc77 commented Jan 31, 2023

I have adapted my keycloak server to be mounted under /auth/
If anything this should be configurable if it isn't already.

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

No branches or pull requests

2 participants