Fixed activities typo in README (#6279)

This commit is contained in:
Ashley Finafrock 2021-05-07 11:19:44 -07:00 коммит произвёл GitHub
Родитель bc115918ee
Коммит de28d1ee01
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -5,7 +5,7 @@ It is helpful to read the [Authentication](https://docs.microsoft.com/en-us/azur
___
In order for Channels and Bots to communicate with each other securely, the framework implements OAuth 2.0 authorization flows with [OpenID Connect](https://openid.net/connect/) authentication. For a Channel to send activities to a Bot, the Bot must receive a Token, detailing that the Channel is *authorized* to send activites to the Bot.
In order for Channels and Bots to communicate with each other securely, the framework implements OAuth 2.0 authorization flows with [OpenID Connect](https://openid.net/connect/) authentication. For a Channel to send activities to a Bot, the Bot must receive a Token, detailing that the Channel is *authorized* to send activities to the Bot.
![Channel with Token communicates with Bot](./SimpleChannelWithTokenToBot.svg "Channel with Token communicates with Bot")
@ -130,4 +130,4 @@ The User's message sent from the Channel comes in as a request via the Bot's "`a
- `GovernmentChannelValidation` (excluding C#)
2. Get Connector's public signing key from location specified in the OpenID metadata document.
3. Validate endorsements if key specifies that they are needed for the specific Channel that is communicating with Bot.
3. Validate endorsements if key specifies that they are needed for the specific Channel that is communicating with Bot.