Update Dynamic-Claims.md

pull/18203/head
maliming 2 years ago committed by GitHub
parent 168f13d3a6
commit e5c8cf68e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save