Issues configuring JWT ACL #14530
-
I am currently trying to implement a basic JWT ACL. I am able to successfully authenticate to the broker using the JWT. I have included the following claim in the JWT:
I would expect that this would allow the authenticated users to subscribe/publish to topics Here is the log trace of the login and the subscription attempt:
I do not have any other authorization methods enabled. Is my acl claim formatted correctly? Is there any other debugging steps I can take? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
@sssmc the authorizer that triggered was |
Beta Was this translation helpful? Give feedback.
From the logs, it looks like the JWT's ACL had double nesting, like
Could you verify?
These fields should be on the top level of the JWT payload: