Skip to content

Commit

Permalink
Added comment in ApplicationUser.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Caleb Nguyen committed May 30, 2024
1 parent fed4601 commit a24a37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions FMS.Domain/Entities/Users/ApplicationUser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ public class ApplicationUser : IdentityUser<Guid>
/// In ASP.NET Core, the OpenID Connect middleware converts some of the claim types when it populates the
/// Claims collection for the user principal:
/// oid -> http://schemas.microsoft.com/identity/claims/objectidentifier
///
/// <para>ID token claims reference: https://learn.microsoft.com/en-us/entra/identity-platform/id-token-claims-reference#use-claims-to-reliably-identify-a-user</para>
/// </summary>
[PersonalData]
public string ObjectId { get; set; }
Expand Down

0 comments on commit a24a37b

Please sign in to comment.