@ -38,7 +38,7 @@ public class AbpClaimsPrincipalFactoryOptions
};
RemoteRefreshUrl = "/api/account/dynamic-claims/refresh";
IsDynamicClaimsEnabled = true;
IsRemoteRefreshEnabled = true;
ClaimsMap = new Dictionary<string, List<string>>()
{
@ -26,7 +26,7 @@ public abstract class RemoteDynamicClaimsPrincipalContributorBase<TContributor,
return;
}
var dynamicClaimsCache = context.GetRequiredService<TContributor>().As<TContributorCache>();
var dynamicClaimsCache = context.GetRequiredService<TContributorCache>().As<TContributorCache>();
AbpDynamicClaimCacheItem dynamicClaims;
try