diff --git a/docs/en/modules/openiddict-pro.md b/docs/en/modules/openiddict-pro.md index 722ac6774b..b9102cee6d 100644 --- a/docs/en/modules/openiddict-pro.md +++ b/docs/en/modules/openiddict-pro.md @@ -417,7 +417,7 @@ public override void PreConfigureServices(ServiceConfigurationContext context) ### Disable Transport Security Requirement -By default, OpenIddict requires the use of HTTPS for all endpoints. This can be disabled if needed. +By default, OpenIddict requires the use of HTTPS for all endpoints. You can disable it if it's needed. You just need to configure the `OpenIddictServerAspNetCoreOptions` and set `DisableTransportSecurityRequirement` as **true**: ```cs Configure(options => diff --git a/docs/en/modules/openiddict.md b/docs/en/modules/openiddict.md index c1ca27cb22..80f1a54776 100644 --- a/docs/en/modules/openiddict.md +++ b/docs/en/modules/openiddict.md @@ -377,7 +377,7 @@ public override void PreConfigureServices(ServiceConfigurationContext context) ### Disable Transport Security Requirement -By default, OpenIddict requires the use of HTTPS for all endpoints. This can be disabled if needed. +By default, OpenIddict requires the use of HTTPS for all endpoints. You can disable it if it's needed. You just need to configure the `OpenIddictServerAspNetCoreOptions` and set `DisableTransportSecurityRequirement` as **true**: ```cs Configure(options =>