Skip to content

Commit

Permalink
Merge pull request #497 from ocinbat/patch-1
Browse files Browse the repository at this point in the history
Fixed code sample for SampleProfileService
  • Loading branch information
brockallen authored Jul 19, 2024
2 parents 9c176c8 + 57e6ec1 commit 12cbd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IdentityServer/v7/docs/content/fundamentals/claims.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class SampleProfileService : DefaultProfileService
}


private async Task<Claim> GetClaimsAsync(ProfileDataRequestContext context)
private async Task<List<Claim>> GetClaimsAsync(ProfileDataRequestContext context)
{
// Your implementation that retrieves claims goes here
}
Expand Down

0 comments on commit 12cbd65

Please sign in to comment.