Skip to content

Commit 98ea9d8

Browse files
committed
fix line 80
1 parent 798b75c commit 98ea9d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/security/authentication/configure-oidc-web-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ builder.Services.AddAuthentication(options =>
7777
});
7878
```
7979

80-
See [Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC)](xref:core/blazor/security/blazor-web-app-with-oidc) for details on the different OpenID Connect options.
80+
See [Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC)](xref:blazor/security/blazor-web-app-with-oidc) for details on the different OpenID Connect options.
8181

8282
See [Mapping, customizing, and transforming claims in ASP.NET Core](xref:security/authentication/claims) for the different claims mapping possibilities.
8383

@@ -252,7 +252,7 @@ The Microsoft.Identity.Web Nuget packages is a Microsoft specific client built o
252252

253253
## Using third party OpenID Connect provider clients
254254

255-
Many OpenID Connect server implementations create Nuget packages which are optimized for the same OpenID Connect implementation. These packages implement the OpenID connect client specifics with the extras required by the specific OpenID Connect server. Microsoft.Identity.Web is one example of this.
255+
Many OpenID Connect server implementations create Nuget packages which are optimized for the same OpenID Connect implementation. These packages implement the OpenID Connect client specifics with the extras required by the specific OpenID Connect server. Microsoft.Identity.Web is one example of this.
256256

257257
If implementing multiple OpenID Connect clients from different OpenID Connect servers in a single application, it is normally better to revert to the default ASP.NET Core implementation as the different clients overwrite some options which affect the other clients.
258258

0 commit comments

Comments
 (0)