Browse Source

Update IdentityServer_To_OpenIddict.md

pull/13448/head
Alper Ebiçoğlu 4 years ago
committed by GitHub
parent
commit
a0e2da3b29
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Migration-Guides/IdentityServer_To_OpenIddict.md

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

Loading…
Cancel
Save