Fixed activities typo in README (#6279)
This commit is contained in:
Родитель
bc115918ee
Коммит
de28d1ee01
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче