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
{{ message }}
This repository has been archived by the owner on Dec 7, 2020. It is now read-only.
WebSocket in JavaScript does not support Headers. This causes the authentication to be not possible via Keycloak Gatekeeper.
I am proposing a solution where token can be passed as "access_token" query param which keycloak gatekeeper can read and do the authentication.
Same thing is supported in Keycloak Java adapter.
Why?
How
Acceptance criteria
Additional Information
The text was updated successfully, but these errors were encountered:
Title
Summary
WebSocket in JavaScript does not support Headers. This causes the authentication to be not possible via Keycloak Gatekeeper.
I am proposing a solution where token can be passed as "access_token" query param which keycloak gatekeeper can read and do the authentication.
Same thing is supported in Keycloak Java adapter.
Why?
How
Acceptance criteria
Additional Information
The text was updated successfully, but these errors were encountered: