Skip to content
Discussion options

You must be logged in to vote

When you access amqp, you are actually passing the id_token .. As far as RabbitMQ is concerned, as long as the token conforms to the standard access token format which has a header and a payload and a sIgnature, and RabbitMQ can extract the scopes from the "scope" claim or from other claim you configured, then the token is accepted by RabbitMQ. In your case, the id_token contains the "scope" claim which is uncommon. Typically, id_token only contains identities and other information relative to the user.

The management plugin, via the PKCE authorization flow, receives an access_token and an id_token from the oauth provider. And RabbitMQ will only use the access_token because it is the toke…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by szuwarek80
Comment options

You must be logged in to vote
2 replies
@szuwarek80
Comment options

@MarcialRosales
Comment options

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