Skip to content

Commit b41c9ef

Browse files
authored
Update security requirements for token authentication
Updated security requirements to reflect the transition from EAT to Microsoft Entra ID token authentication for Actionable Messages.
1 parent 39c4a9e commit b41c9ef

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)