Browse Source
Update IdentityServer_To_OpenIddict.md
pull/13448/head
Alper Ebiçoğlu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
docs/en/Migration-Guides/IdentityServer_To_OpenIddict.md
|
|
|
@ -15,7 +15,7 @@ On the other hand, Identity Server ends support for the open-source Identity Ser |
|
|
|
* Rename the `ConfigureIdentityServer` to `ConfigureOpenIddict` in your `ProjectNameDbContext` class. |
|
|
|
* Remove the `UseIdentityServer` and add `UseAbpOpenIddictValidation` after `UseAuthentication`. |
|
|
|
* Add follow code to your startup module. |
|
|
|
* |
|
|
|
|
|
|
|
```cs |
|
|
|
public override void PreConfigureServices(ServiceConfigurationContext context) |
|
|
|
{ |
|
|
|
|