Adds the profile service.

public static IIdentityServerBuilder AddProfileService<T>(IIdentityServerBuilder builder) where T : IdentityServer4.Services.IProfileService
Returns:
IIdentityServerBuilder

Parameters

The builder.

Type Parameters

T IdentityServer4.Services.IProfileService
In this article