Update IdentityServer_To_OpenIddict.md

pull/13447/head
Alper Ebiçoğlu 3 years ago committed by GitHub
parent 1ea4542b31
commit a0e2da3b29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)
{

Loading…
Cancel
Save