Skip to content

Commit

Permalink
Adds ver claim to GraphConnectorNotificationPlugin token. Closes micr…
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz authored May 14, 2024
1 parent 2a6ca02 commit 14f7087
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ private string GetJwtToken()
{
{ "scp", "user_impersonation" },
{ "sub", "l3_roISQU222bULS9yi2k0XpqpOiMz5H3ZACo1GeXA" },
{ "ver", "1.0" },
// Graph Connector Service
{ "appid", "56c1da01-2129-48f7-9355-af6d59d42766" }
},
Expand Down

0 comments on commit 14f7087

Please sign in to comment.