Browse Source

Merge pull request #17155 from abpframework/auto-merge/rel-7-3/2079

Merge branch dev with rel-7.3
pull/17156/head
maliming 3 years ago
committed by GitHub
parent
commit
d2c0f971f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/en/Modules/OpenIddict.md

2
docs/en/Modules/OpenIddict.md

@ -108,7 +108,7 @@ public override void PreConfigureServices(ServiceConfigurationContext context)
These services contain:
- `AddAudiances()` for resource servers.
- `AddAudiences()` for resource servers.
- `SetIssuer()` URI that is used to determine the actual location of the OAuth 2.0/OpenID Connect configuration document when using provider discovery.
- `SetConfiguration()` to configure `OpenIdConnectConfiguration`.
- `UseIntrospection()` to use introspection instead of local/direct validation.

Loading…
Cancel
Save