Skip to content

Commit 19ed84f

Browse files
Link to section that explains how scopes translates to permissions
1 parent 10ad518 commit 19ed84f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ and [6)](#step6).
237237

238238
#### Step 5: Ensure your scopes are recognized RabbitMQ scopes {#step5}
239239

240-
Ensure that the scopes contained in the token are recognized RabbitMQ scopes.
240+
Ensure that the scopes contained in the token are [recognized RabbitMQ scopes](#scope-translation).
241241

242242
Here are examples of recognized RabbitMQ scopes:
243243

versioned_docs/version-4.0/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ below, you need to upgrade to [RabbitMQ 4.1](/docs/oauth2#step4).
195195
#### Step 5: Ensure your scopes are recognized RabbitMQ scopes {#step5}
196196

197197
Ensure that the scopes contained in the token are recognized RabbitMQ scopes. Here are examples of
198-
recognized RabbitMQ scopes:
198+
[recognized RabbitMQ scopes](#scope-translation):
199199

200200
* `rabbitmq.tag:administrator` Here `rabbitmq` is the name of the `resource_server_id` you configured
201201
in the first step. `tag:administrator` grants the administrator role to the management UI.

versioned_docs/version-4.1/oauth2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ and [6)](#step6).
237237

238238
#### Step 5: Ensure your scopes are recognized RabbitMQ scopes {#step5}
239239

240-
Ensure that the scopes contained in the token are recognized RabbitMQ scopes.
240+
Ensure that the scopes contained in the token are [recognized RabbitMQ scopes](#scope-translation).
241241

242242
Here are examples of recognized RabbitMQ scopes:
243243

0 commit comments

Comments
 (0)