Skip to content

Commit 19f5aec

Browse files
committed
fix typos
1 parent 616d56d commit 19f5aec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_posts/2023-02-19-aspnetcore-authorization-support.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ ASP.NET Core Authorization policies support is implemented in http based binding
110110

111111
### FallbackPolicy support
112112

113-
ASP.NET Core 3.0 introduced a `FallbackPolicy`. This authorization policy is executed when no policy is configured for a given endpoint. As CoreWCF does not expose its endpoints to the endpoint routing infrastructure, this policy may be executed depending on the configured request pipeline. To avoid the FallbackPolicy being executed the call to CoreWCF middleware (i.e `UserServiceModel(...)`should occur before the call to the authorization middleware `UseAuthorization(...)`.
113+
ASP.NET Core 3.0 introduced a `FallbackPolicy`. This authorization policy is executed when no policy is configured for a given endpoint. As CoreWCF does not expose its endpoints to the endpoint routing infrastructure, this policy may be executed depending on the configured request pipeline. To avoid the FallbackPolicy being executed the call to CoreWCF middleware (i.e `UseServiceModel(...)`) should occur before the call to the authorization middleware (i.e `UseAuthorization(...)`).
114114

115115
### Authorization evaluation position in CoreWCF request pipeline
116116

0 commit comments

Comments
 (0)