|  |  |  | @ -204,126 +204,6 @@ for creating the host builder. | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   Replace **MyApplication** with your application name. | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ## Application Contracts Layer (Commercial only) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplication.Application.Contracts.csproj** replace **project reference**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.IdentityServer.Application.Contracts" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with    | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.OpenIddict.Pro.Application.Contracts" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplicationApplicationContractsModule.cs** replace usings and **module dependencies**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.IdentityServer; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpIdentityServerApplicationContractsModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with  | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.OpenIddict; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpOpenIddictProApplicationContractsModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ## Application Layer (Commercial only) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplication.Application.csproj** replace **project reference**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.IdentityServer.Application" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with    | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.OpenIddict.Pro.Application" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplicationApplicationModule.cs** replace usings and **module dependencies**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.IdentityServer; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpIdentityServerApplicationModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with  | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.OpenIddict; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpOpenIddictProApplicationModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ## HttpApi Layer (Commercial only) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplication.HttpApi.csproj** replace **project reference**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.IdentityServer.HttpApi" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with    | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.OpenIddict.Pro.HttpApi" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplicationHttpApiModule.cs** replace usings and **module dependencies**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.IdentityServer; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpIdentityServerHttpApiModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with  | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.OpenIddict; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpOpenIddictProHttpApiModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ## HttpApi.Client Layer (Commercial only) | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplication.HttpApi.Client.csproj** replace **project reference**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.IdentityServer.HttpApi.Client" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with    | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   <PackageReference Include="Volo.Abp.OpenIddict.Pro.HttpApi.Client" Version="6.0.0-rc.1" /> | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - In **MyApplicationHttpApiModule.cs** replace usings and **module dependencies**: | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.IdentityServer; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpIdentityServerHttpApiClientModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   with  | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |   ```csharp | 
			
		
	
		
			
				
					|  |  |  |  |   using Volo.Abp.OpenIddict; | 
			
		
	
		
			
				
					|  |  |  |  |   ... | 
			
		
	
		
			
				
					|  |  |  |  |   typeof(AbpOpenIddictProHttpApiClientModule), | 
			
		
	
		
			
				
					|  |  |  |  |   ``` | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | ## UI Layer | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | - [Angular UI Migration](OpenIddict-Angular.md) | 
			
		
	
	
		
			
				
					|  |  |  | 
 |