Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo
  • Loading branch information
CharlesTaylor-Ambition committed Feb 23, 2021
commit c26e415d987b4ccb70e9ceb3a518bcf11e949235
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ When parsing the token, you must configure the parsing library or write your own
4. The token contains an "audience" claim with a value equal to the bot's Microsoft App ID.
5. The token is within its validity period. Industry-standard clock-skew is 5 minutes.
6. The token has a valid cryptographic signature, with a key listed in the OpenID keys document that was retrieved in [Step 3](#connector-to-bot-step-3), using the signing algorithm that is specified in the `id_token_signing_alg_values_supported` property of the Open ID Metadata document that was retrieved in [Step 2](#openid-metadata-document).
7. The token contains a "serviceUrl" claim with value that matches the `servieUrl` property at the root of the [Activity][] object of the incoming request.
7. The token contains a "serviceUrl" claim with value that matches the `serviceUrl` property at the root of the [Activity][] object of the incoming request.

If endorsement for a channel ID is required:

Expand Down