Open Closed

IExtensionGrantValidator IdentityServer4 Not Recongnised. #2738


User avatar
0
otee@urvin.finance created

Deleted question


2 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please try to addExtensionGrantValidator in PreConfigure method.

    public override void PreConfigureServices(ServiceConfigurationContext context)
    {
        PreConfigure<IIdentityServerBuilder>(identityServerBuilder =>
        {
            identityServerBuilder.AddExtensionGrantValidator<DelegationGrantValidator>();
        });
    }
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    using IdentityUser = Volo.Abp.Identity.IdentityUser;
    

    and you can inject the Volo.Abp.Identity.IdentityUserManager service.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 23, 2025, 10:47