From e5c8cf68e5a5467b123a2160fd62c2e832130112 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 20 Nov 2023 17:29:37 +0800 Subject: [PATCH] Update Dynamic-Claims.md --- docs/en/Dynamic-Claims.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/Dynamic-Claims.md b/docs/en/Dynamic-Claims.md index 6e2f5c1947..5985be9510 100644 --- a/docs/en/Dynamic-Claims.md +++ b/docs/en/Dynamic-Claims.md @@ -37,7 +37,7 @@ public override void ConfigureServices(ServiceConfigurationContext context) } ```` -> The `RemoteRefreshUrl` is already configured inside methods `AddAbpOpenIdConnect` and `AddAbpJwtBearer`. +> The `RemoteRefreshUrl` is already configured inside methods `AddAbpOpenIdConnect` and `AddAbpJwtBearer`. ### The Dynamic Claims Middleware @@ -82,7 +82,7 @@ If you want to add your own dynamic claims contributor, you can create a class t `WebRemoteDynamicClaimsPrincipalContributorOptions` is the options class to configure the behavior of the `WebRemoteDynamicClaimsPrincipalContributor`. It has the following properties: -* `IsEnabled`: Enable or disable the `WebRemoteDynamicClaimsPrincipalContributor`. +* `IsEnabled`: Enable or disable the `WebRemoteDynamicClaimsPrincipalContributor`. `false` by default. * `AuthenticationScheme`: The authentication scheme to authenticate the HTTP call to the authentication server. ## See Also