You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.8 KiB
1.8 KiB
LINGYUN.Abp.IdentityServer.Application
IdentityServer application service module, providing application layer implementation for IdentityServer4 resource management functionality.
Features
-
Client Management Services
- Client Secret Management
- Client Scope Management
- Client Grant Type Management
- Client CORS Origin Management
- Client Redirect URI Management
- Client Post-Logout Redirect URI Management
- Client Identity Provider Restriction Management
- Client Claim Management
- Client Property Management
-
API Resource Management Services
- API Resource Property Management
- API Resource Secret Management
- API Resource Scope Management
- API Resource Claim Management
-
API Scope Management Services
- API Scope Claim Management
- API Scope Property Management
-
Identity Resource Management Services
- Identity Resource Claim Management
- Identity Resource Property Management
-
Persisted Grant Management Services
Module Dependencies
[DependsOn(
typeof(AbpIdentityServerApplicationModule)
)]
public class YourModule : AbpModule
{
// ...
}
Required Modules
AbpIdentityServerApplicationContractsModule- IdentityServer Application Contracts ModuleAbpIdentityServerDomainModule- IdentityServer Domain ModuleAbpDddApplicationModule- ABP DDD Application Base ModuleAbpAutoMapperModule- ABP AutoMapper Object Mapping Module
Configuration and Usage
The module implements CRUD operations for IdentityServer4 resources, primarily used for managing IdentityServer4 configuration resources.
Related Documentation: