Skip to content
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,14 @@ It's a good idea to test the function locally before deploying it to Azure. We c
```json
{
"type": "microsoft.graph.authenticationEvent.tokenIssuanceStart",
"source": "/tenants/30000000-0000-0000-0000-000000000003/applications/40000000-0000-0000-0000-000000000002",
"source": "/tenants/aaaabbbb-0000-cccc-1111-dddd2222eeee/applications/00001111-aaaa-2222-bbbb-3333cccc4444",
"data": {
"@odata.type": "microsoft.graph.onTokenIssuanceStartCalloutData",
"tenantId": "30000000-0000-0000-0000-000000000003",
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
"authenticationEventListenerId": "10000000-0000-0000-0000-000000000001",
"customAuthenticationExtensionId": "10000000-0000-0000-0000-000000000002",
"authenticationContext": {
"correlationId": "20000000-0000-0000-0000-000000000002",
"correlationId": "aaaa0000-bb11-2222-33cc-444444dddddd",
"client": {
"ip": "127.0.0.1",
"locale": "en-us",
Expand All @@ -183,13 +183,13 @@ It's a good idea to test the function locally before deploying it to Azure. We c
"protocol": "OAUTH2.0",
"clientServicePrincipal": {
"id": "40000000-0000-0000-0000-000000000001",
"appId": "40000000-0000-0000-0000-000000000002",
"appId": "00001111-aaaa-2222-bbbb-3333cccc4444",
"appDisplayName": "My Test application",
"displayName": "My Test application"
},
"resourceServicePrincipal": {
"id": "40000000-0000-0000-0000-000000000003",
"appId": "40000000-0000-0000-0000-000000000004",
"appId": "11112222-bbbb-3333-cccc-4444dddd5555",
"appDisplayName": "My Test application",
"displayName": "My Test application"
},
Expand Down Expand Up @@ -283,4 +283,3 @@ more information see the [Code of Conduct FAQ][coc_faq] or contact
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.1.0/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/

Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,11 @@ To Test Token Augmentation, please do the following.
"source":"/tenants/{tenantId}/applications/{resourceAppId}",
"data":{
"@odata.type": "microsoft.graph.onTokenIssuanceStartCalloutData",
"tenantId": "30000000-0000-0000-0000-000000000003",
"tenantId": "aaaabbbb-0000-cccc-1111-dddd2222eeee",
"authenticationEventListenerId1": "10000000-0000-0000-0000-000000000001",
"customAuthenticationExtensionId": "10000000-0000-0000-0000-000000000002",
"authenticationContext1":{
"correlationId": "20000000-0000-0000-0000-000000000002",
"correlationId": "aaaa0000-bb11-2222-33cc-444444dddddd",
"client": {
"ip": "127.0.0.1",
"locale": "en-us",
Expand All @@ -180,13 +180,13 @@ To Test Token Augmentation, please do the following.
"authenticationProtocol": "OAUTH2.0",
"clientServicePrincipal": {
"id": "40000000-0000-0000-0000-000000000001",
"appId": "40000000-0000-0000-0000-000000000002",
"appId": "00001111-aaaa-2222-bbbb-3333cccc4444",
"appDisplayName": "Test client app",
"displayName": "Test client application"
},
"resourceServicePrincipal": {
"id": "40000000-0000-0000-0000-000000000003",
"appId": "40000000-0000-0000-0000-000000000004",
"appId": "11112222-bbbb-3333-cccc-4444dddd5555",
"appDisplayName": "Test resource app",
"displayName": "Test resource application"
},
Expand Down Expand Up @@ -278,4 +278,3 @@ more information see the [Code of Conduct FAQ][coc_faq] or contact
[cg]: https://github.com/Azure/azure-sdk-for-net/blob/Microsoft.Azure.WebJobs.Extensions.AuthenticationEvents_1.0.0-beta.8/sdk/resourcemanager/Azure.ResourceManager/docs/CONTRIBUTING.md
[coc]: https://opensource.microsoft.com/codeofconduct/
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/