custom ProfileService
This commit is contained in:
parent
4c0027549a
commit
29303d5aea
4 changed files with 16 additions and 11 deletions
|
|
@ -146,7 +146,7 @@ public static class HostingExtensions
|
|||
|
||||
AddIdentityDBAndStores(builder).AddDefaultTokenProviders();;
|
||||
|
||||
AddIdentityServer(builder);
|
||||
AddIdentityServer(builder).AddProfileService<ProfileService>();
|
||||
//services.AddScoped<IProfileService, ProfileService>();
|
||||
|
||||
services.AddSession();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue