Skip to content

Commit 14f7087

Browse files
Adds ver claim to GraphConnectorNotificationPlugin token. Closes #706 (#707)
1 parent 2a6ca02 commit 14f7087

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-proxy-plugins/Mocks/GraphConnectorNotificationPlugin.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ private string GetJwtToken()
147147
{
148148
{ "scp", "user_impersonation" },
149149
{ "sub", "l3_roISQU222bULS9yi2k0XpqpOiMz5H3ZACo1GeXA" },
150+
{ "ver", "1.0" },
150151
// Graph Connector Service
151152
{ "appid", "56c1da01-2129-48f7-9355-af6d59d42766" }
152153
},

0 commit comments

Comments
 (0)