diff --git a/IdentityServer/v7/docs/content/fundamentals/claims.md b/IdentityServer/v7/docs/content/fundamentals/claims.md index ac43c0d7..258ddd53 100644 --- a/IdentityServer/v7/docs/content/fundamentals/claims.md +++ b/IdentityServer/v7/docs/content/fundamentals/claims.md @@ -46,7 +46,7 @@ public class SampleProfileService : DefaultProfileService } - private async Task GetClaimsAsync(ProfileDataRequestContext context) + private async Task> GetClaimsAsync(ProfileDataRequestContext context) { // Your implementation that retrieves claims goes here }