Skip to content

Commit 77848e1

Browse files
Replace g-emoji with docusaurus style
1 parent 40e706a commit 77848e1

File tree

2 files changed

+30
-6
lines changed
  • docs/oauth2-examples-entra-id
  • versioned_docs/version-3.13/oauth2-examples-entra-id

2 files changed

+30
-6
lines changed

docs/oauth2-examples-entra-id/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ When using **Entra ID as OAuth 2.0 server**, your client app (in our case Rabbit
8282

8383
App roles are defined by using the [Entra ID portal](https://portal.azure.com) during the app registration process. When a user signs in to your application, Entra ID emits a `roles` claim for each role that the user or service principal has been granted (you will have a look at it at the end of this tutorial).
8484

85-
<g-emoji class="g-emoji" alias="blue_book" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4d8.png">📘</g-emoji> More details about roles in Entra ID are available [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps).
85+
:::info
86+
87+
More details about roles in Entra ID are available [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps).
88+
89+
:::
8690

8791
1. Still in [Entra ID Portal](https://portal.azure.com), go back to **Entra ID** home page.
8892

@@ -94,7 +98,11 @@ App roles are defined by using the [Entra ID portal](https://portal.azure.com) d
9498

9599
2. Then, click on **Create App Role** to create an OAuth 2.0 role that will be used to give access to the RabbitMQ Management UI.
96100

97-
<g-emoji class="g-emoji" alias="blue_book" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4d8.png">📘</g-emoji> More details about how permissions are managed on RabbitMQ when using OAuth 2.0 are available [here](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial#about-permissions).
101+
:::info
102+
103+
More details about how permissions are managed on RabbitMQ when using OAuth 2.0 are available [here](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial#about-permissions).
104+
105+
:::
98106

99107
3. On the right menu that has just opened, provide the requested information:
100108

@@ -141,7 +149,11 @@ Now that some roles have been created for your application, you still need to as
141149

142150
7. Back to the **Add assignment** pane, below **Select a Role**, click on *None Selected* and, on the **Select a role** pane that has just opened on the right, search and select the role you want to assign to the selected users.
143151

144-
<g-emoji class="g-emoji" alias="bulb" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4a1.png">💡</g-emoji> If only one role is available for your application, it would be automatically selected and greyed by default.
152+
:::tip
153+
154+
If only one role is available for your application, it would be automatically selected and greyed by default.
155+
156+
:::
145157

146158
8. Choose a role (only a single role can be selected at a time), click on the **Select** button, and click on the **Assign** button to finalize the assignment of users and groups to the app.
147159

versioned_docs/version-3.13/oauth2-examples-entra-id/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,11 @@ When using **Entra ID as OAuth 2.0 server**, your client app (in our case Rabbit
8282

8383
App roles are defined by using the [Entra ID portal](https://portal.azure.com) during the app registration process. When a user signs in to your application, Entra ID emits a `roles` claim for each role that the user or service principal has been granted (you will have a look at it at the end of this tutorial).
8484

85-
<g-emoji class="g-emoji" alias="blue_book" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4d8.png">📘</g-emoji> More details about roles in Entra ID are available [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps).
85+
:::info
86+
87+
More details about roles in Entra ID are available [here](https://docs.microsoft.com/en-us/azure/active-directory/develop/howto-add-app-roles-in-azure-ad-apps).
88+
89+
:::
8690

8791
1. Still in [Entra ID Portal](https://portal.azure.com), go back to **Entra ID** home page.
8892

@@ -94,7 +98,11 @@ App roles are defined by using the [Entra ID portal](https://portal.azure.com) d
9498

9599
2. Then, click on **Create App Role** to create an OAuth 2.0 role that will be used to give access to the RabbitMQ Management UI.
96100

97-
<g-emoji class="g-emoji" alias="blue_book" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4d8.png">📘</g-emoji> More details about how permissions are managed on RabbitMQ when using OAuth 2.0 are available [here](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial#about-permissions).
101+
:::info
102+
103+
More details about how permissions are managed on RabbitMQ when using OAuth 2.0 are available [here](https://github.com/rabbitmq/rabbitmq-oauth2-tutorial#about-permissions).
104+
105+
:::
98106

99107
3. On the right menu that has just opened, provide the requested information:
100108

@@ -141,7 +149,11 @@ Now that some roles have been created for your application, you still need to as
141149

142150
7. Back to the **Add assignment** pane, below **Select a Role**, click on *None Selected* and, on the **Select a role** pane that has just opened on the right, search and select the role you want to assign to the selected users.
143151

144-
<g-emoji class="g-emoji" alias="bulb" fallback-src="https://github.githubassets.com/images/icons/emoji/unicode/1f4a1.png">💡</g-emoji> If only one role is available for your application, it would be automatically selected and greyed by default.
152+
:::tip
153+
154+
If only one role is available for your application, it would be automatically selected and greyed by default.
155+
156+
:::
145157

146158
8. Choose a role (only a single role can be selected at a time), click on the **Select** button, and click on the **Assign** button to finalize the assignment of users and groups to the app.
147159

0 commit comments

Comments
 (0)