custom ProfileService

This commit is contained in:
Paul Schneider
2025-02-15 20:06:07 +00:00
parent 18368ef874
commit 7612ce1e8b
4 changed files with 16 additions and 11 deletions

View File

@ -146,7 +146,7 @@ public static class HostingExtensions
AddIdentityDBAndStores(builder).AddDefaultTokenProviders();;
AddIdentityServer(builder);
AddIdentityServer(builder).AddProfileService<ProfileService>();
//services.AddScoped<IProfileService, ProfileService>();
services.AddSession();