sheharyaar commented on issue #10631:
URL: https://github.com/apache/apisix/issues/10631#issuecomment-1862077129

   If you are using Authz-keycloak plugin, it uses Authorization header for 
it's own authentication : 
https://github.com/apache/apisix/blob/master/apisix/plugins/authz-keycloak.lua#L516-L518
   
   For using authentication on the websocket server with the same header, you 
can just append the token like this :
   `Authorization: Bearer mF_9.B5f-4.1JqM, Basic YXNkZnNhZGZzYWRmOlZLdDVOMVhk`. 
   
   Please update after trying this out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to