Authorization only via JWT (without UAA server) #6093
Replies: 1 comment 6 replies
-
As of 3.11 there is support for OIDC and more identity providers. "Self-signed JWTs" are not really a scenario we try to cover. You can use x.509 certificate-based authentication for clients with some protocols.. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just wanted to ask if there is a possibility to to authenticate clients with JWTs, but without a seperate UAA server?
(or I miss something and my question doesnt make any sense)?
F.e. I would like to set up a cert on the rabbitmq server where I can sign JWTs which clients can use then to connect via WebStomp - but only to the channels / actions which are included in the signed JWTs?
For me it's not really clear to me on how to do this with the current documentation, because it always refers to UAA servers?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions