Browse Source

Update configuring-openIddict.md

pull/21583/head
Engincan VESKE 2 years ago
committed by GitHub
parent
commit
97a7642978
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/deployment/configuring-openIddict.md

2
docs/en/deployment/configuring-openIddict.md

@ -4,7 +4,7 @@ This document introduces how to configure `OpenIddict` in the `AuthServer` proje
There are different configurations in the `AuthServer` project for the `Development` and `Production` environments.
> If your solution does not include a project named `.AuthServer`, It means the project that depends on `AbpAccountPublicWebOpenIddictModule`. The project name can be `MyProject`, `MyProject.Web`, or `MyProject.HttpApi.Host`. They are both `Authentication Server` projects.
> If your solution does not include a project named `.AuthServer`, it means that you might have another project that depends on `AbpAccountPublicWebOpenIddictModule`. The project name can be `MyProject`, `MyProject.Web`, or `MyProject.HttpApi.Host`. They are both `Authentication Server` projects in that context.
````csharp
public override void PreConfigureServices(ServiceConfigurationContext context)

Loading…
Cancel
Save