Skip to content

Commit 4a205b7

Browse files
authored
Merge pull request #1064 from fowl2/patch-1
Update security requirements for token authentication
2 parents 1cc4500 + b41c9ef commit 4a205b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/actionable-messages/security-requirements.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Sample code generating signed card:
110110

111111
## Verifying that requests come from Microsoft
112112

113+
> [!IMPORTANT]
114+
> Actionable Messages (AM) are moving from EAT (External Access Token) to Microsoft Entra ID token authentication. Partners using EAT tokens must update their integration to support AAD tokens for requests from the AM service. For more information, see [Enabling AAD token of Actionable Messages](enable-entra-token-for-actionable-messages.md).
115+
113116
All action requests from Microsoft have a bearer token in the HTTP `Authorization` header. This token is a [JSON Web Token](https://jwt.io/) (JWT) token signed by Microsoft, and it includes important claims that we strongly recommend should be verified by the service handling the associated request.
114117

115118
| Claim name | Value |

0 commit comments

Comments
 (0)