Skip to content

Commit b29c522

Browse files
committed
fix links
1 parent 8a80c23 commit b29c522

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
@@ -12,7 +12,7 @@ uid: security/authentication/configure-oidc-web-authentication
1212

1313
By [Damien Bowden](https://github.com/damienbod)
1414

15-
[View or download sample code](~/security/authentication/configure-oidc-web-authentication/sample/oidc-net8)
15+
[View or download sample code](https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/security/authentication/configure-oidc-web-authentication/sample/oidc-net8)
1616

1717
This article covers the following areas:
1818

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

0 commit comments

Comments
 (0)