From a5220eca048fbcc5578addcaf8b3c508bbf5f649 Mon Sep 17 00:00:00 2001 From: martin-rublik Date: Thu, 17 Oct 2024 13:07:30 +0200 Subject: [PATCH] Update custom-claims-provider-reference.md Fixing the comment, in the schema the id value represents user's objectid. --- docs/identity-platform/custom-claims-provider-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/identity-platform/custom-claims-provider-reference.md b/docs/identity-platform/custom-claims-provider-reference.md index 0cc24e3e193..6b7e4153a5b 100644 --- a/docs/identity-platform/custom-claims-provider-reference.md +++ b/docs/identity-platform/custom-claims-provider-reference.md @@ -83,7 +83,7 @@ POST https://your-api.com/endpoint "createdDateTime": "2016-03-01T15:23:40Z", "displayName": "Casey Jensen", "givenName": "Casey", - "id": "90847c2a-e29d-4d2f-9f54-c5b4d3f26471", // Client ID representing the Microsoft Entra authentication events service + "id": "90847c2a-e29d-4d2f-9f54-c5b4d3f26471", // The unique identifier for the user. See https://learn.microsoft.com/en-us/graph/api/resources/directoryobject?view=graph-rest-1.0#properties "mail": "casey@contoso.com", "onPremisesSamAccountName": "caseyjensen", "onPremisesSecurityIdentifier": "",