From 34aab075bddb306f0eabc0164d9f102bdfaa3405 Mon Sep 17 00:00:00 2001 From: Galip Tolga Erdem Date: Thu, 28 Jul 2022 22:33:40 +0300 Subject: [PATCH] Added OpenIddict step by step guide --- .../Migration-Guides/OpenIddict-Step-by-Step.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md b/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md index cfb1402f65..3ddfc6ae50 100644 --- a/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md +++ b/docs/en/Migration-Guides/OpenIddict-Step-by-Step.md @@ -1,8 +1,8 @@ -# Migration from IdentityServer to OpenIddict Guide +# Migrating from IdentityServer to OpenIddict Step by Step Guide This guide provides layer-by-layer guidance for migrating your existing application to OpenIddict. Since OpenIddict is only available with ABP v6.0, you need to update your existing application and apply required migrations in order to apply OpenIddict changes. -Use the `abp update` command to update your existing application. See [Upgrading docs](../Upgrading.md) for more info. Apply required migrations by following the [Migration Guides](./Index.md) based on your application version. +Use the `abp update` command to update your existing application. See [Upgrading docs](../Upgrading.md) for more info. Apply required migrations by following the [Migration Guides](Index.md) based on your application version. ## Domain.Shared Layer @@ -206,7 +206,11 @@ for creating the host builder. ## UI Layer -- Angular -- MVC/Razor -- Blazor-Server -- Blazor-Wasm \ No newline at end of file +- [Angular UI Migration](OpenIddict-Angular) +- MVC/Razor UI Migration +- Blazor-Server UI Migration +- Blazor-Wasm UI Migration + +## See Also + +* [ABP Version 6.0 Migration Guide](Abp-6_0.md) \ No newline at end of file