Skip to content

Commit

Permalink
Fixed code sample for SampleProfileService
Browse files Browse the repository at this point in the history
  • Loading branch information
ocinbat authored Jul 19, 2024
1 parent 658ef3f commit 57e6ec1
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 57e6ec1

Please sign in to comment.