Skip to content

Commit 83e78a5

Browse files
authored
Merge pull request #180344 from vicancy/lianwei/hf3
Fix the wording AAD
2 parents 35baf97 + 0d125c6 commit 83e78a5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/azure-web-pubsub/concept-service-internals.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -244,9 +244,9 @@ For now, we do not support [WebHook-Request-Rate](https://github.com/cloudevents
244244
#### Authentication between service and webhook
245245
- Anonymous mode
246246
- Simple Auth that `code` is provided through the configured Webhook URL.
247-
- AAD Auth.
248-
- Add a client secret in AAD's [App Registrations] and provide the [client secret] to Azure Web PubSub through portal/cli.
249-
- Provide the [Identity](../app-service/overview-managed-identity.md?tabs=dotnet) to Azure Web PubSub through portal/cli
247+
- Use AAD Auth, check [here](howto-use-managed-identity.md) for details.
248+
- Step1: Enable Identity for the Web PubSub service
249+
- Step2: Select from existing AAD application that stands for your webhook web app
250250

251251
<a name="connection_manager"></a>
252252

articles/azure-web-pubsub/howto-develop-eventhandler.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ For now, we do not support [WebHook-Request-Rate](https://github.com/cloudevents
3434

3535
- Anonymous mode
3636
- Simple Auth with `?code=<code>` is provided through the configured Webhook URL as query parameter.
37-
- AAD Auth.
38-
- Add a client secret in AAD's [App Registrations] and provide the [client secret] to Azure Web PubSub through portal/cli.
39-
- Provide the [Identity](../app-service/overview-managed-identity.md?tabs=dotnet) to Azure Web PubSub through portal/cli
37+
- Use AAD Auth, check [here](howto-use-managed-identity.md) for details.
38+
- Step1: Enable Identity for the Web PubSub service
39+
- Step2: Select from existing AAD application that stands for your webhook web app
4040

4141
## Configure event handler
4242

0 commit comments

Comments
 (0)