Class AbpWildcardSubdomainCorsPolicyService
Inheritance
AbpWildcardSubdomainCorsPolicyService
Implements
ICorsPolicyService
Assembly: Volo.Abp.IdentityServer.Domain.dll
Syntax
public class AbpWildcardSubdomainCorsPolicyService : AbpCorsPolicyService, ICorsPolicyService
Constructors
AbpWildcardSubdomainCorsPolicyService(IDistributedCache<AllowedCorsOriginsCacheItem>, IServiceScopeFactory, IOptions<IdentityServerOptions>)
Declaration
public AbpWildcardSubdomainCorsPolicyService(IDistributedCache<AllowedCorsOriginsCacheItem> cache, IServiceScopeFactory hybridServiceScopeFactory, IOptions<IdentityServerOptions> options)
Parameters
Methods
IsOriginAllowedAsync(string[], string)
Declaration
protected override Task<bool> IsOriginAllowedAsync(string[] allowedOrigins, string origin)
Parameters
Returns
Overrides
Implements
IdentityServer4.Services.ICorsPolicyService
Extension Methods