Skip to content

Commit

Permalink
Wording #2084 #2106
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Oct 29, 2024
1 parent bfb0207 commit 5eb9da4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion versioned_docs/version-3.13/oauth2-examples-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Once you've added the user to the appropriate groups and apps, they should have
The configuration on the Okta side is now done. The next step is to configure RabbitMQ
to use the resources created earlier.

[rabbitmq.conf](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/rabbitmq.conf.tmpl) is an example RabbitMQ configuration to **enable okta as OAuth 2.0 authentication backend** for the RabbitMQ OAuth2 and Management plugins. And [advanced.config](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/advanced.config) is the RabbitMQ advanced configuration that maps RabbitMQ scopes to the permissions previously configured in Okta.
[rabbitmq.conf](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/rabbitmq.conf.tmpl) is an example RabbitMQ configuration that uses Okta for OAuth 2-based authentication and authorization. And [advanced.config](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/advanced.config) is the RabbitMQ advanced configuration that maps RabbitMQ scopes to the permissions previously configured in Okta.

Update it with the following values from the earlier steps:

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-4.0/oauth2-examples-okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Once you've added the user to the appropriate groups and apps, they should have
The configuration on the Okta side is now done. The next step is to configure RabbitMQ
to use the resources created earlier.

[rabbitmq.conf](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/rabbitmq.conf.tmpl) is an example RabbitMQ configuration to **enable okta as OAuth 2.0 authentication backend** for the RabbitMQ OAuth2 and Management plugins. And [advanced.config](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/advanced.config) is the RabbitMQ advanced configuration that maps RabbitMQ scopes to the permissions previously configured in Okta.
[rabbitmq.conf](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/rabbitmq.conf.tmpl) is an example RabbitMQ configuration that uses Okta for OAuth 2-based authentication and authorization. And [advanced.config](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial/tree/main/conf/okta/advanced.config) is the RabbitMQ advanced configuration that maps RabbitMQ scopes to the permissions previously configured in Okta.

Update it with the following values from the earlier steps:

Expand Down

0 comments on commit 5eb9da4

Please sign in to comment.