Skip to content

Commit

Permalink
Move BWA+OIDC article (#32018)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Mar 9, 2024
1 parent 430914e commit 755442f
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .openpublishing.redirection.json
Original file line number Diff line number Diff line change
Expand Up @@ -1272,6 +1272,11 @@
"source_path": "aspnetcore/blazor/security/server/threat-mitigation.md",
"redirect_url": "/aspnet/core/blazor/security/server/interactive-server-side-rendering",
"redirect_document_id": false
},
{
"source_path": "aspnetcore/blazor/security/server/blazor-web-app-with-oidc.md",
"redirect_url": "/aspnet/core/blazor/security/blazor-web-app-with-oidc",
"redirect_document_id": false
}
]
}
2 changes: 1 addition & 1 deletion aspnetcore/blazor/call-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ Examples ([sample apps](#sample-apps)):

* Movie list web API in the `BlazorWebAppCallWebApi` sample app.
* Streaming rendering weather data web API in the `BlazorWebAppCallWebApi_Weather` sample app.
* Weather data returned to the client in either the `BlazorWebAppOidc` (non-BFF pattern) or `BlazorWebAppOidcBff` (BFF pattern) sample apps. These apps demonstrate secure (web) API calls. For more information, see <xref:blazor/security/server/blazor-web-app-oidc>.
* Weather data returned to the client in either the `BlazorWebAppOidc` (non-BFF pattern) or `BlazorWebAppOidcBff` (BFF pattern) sample apps. These apps demonstrate secure (web) API calls. For more information, see <xref:blazor/security/blazor-web-app-oidc>.

## Blazor Web App external web APIs

Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Samples apps in the repository:
* Blazor WebAssembly
* Blazor Web App with EF Core (<xref:blazor/blazor-ef-core>)
* Blazor Web App with SignalR (<xref:blazor/tutorials/signalr-blazor>)
* Blazor Web App with OIDC and Aspire (<xref:blazor/security/server/blazor-web-app-oidc>)
* Blazor Web App with OIDC (<xref:blazor/security/blazor-web-app-oidc>)
* Blazor WebAssembly scopes-enabled logging (<xref:blazor/fundamentals/logging#client-side-log-scopes>)
* Blazor WebAssembly with ASP.NET Core Identity (<xref:blazor/security/webassembly/standalone-with-identity>)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ monikerRange: '>= aspnetcore-8.0'
ms.author: riande
ms.custom: mvc
ms.date: 03/07/2024
uid: blazor/security/server/blazor-web-app-oidc
uid: blazor/security/blazor-web-app-oidc
zone_pivot_groups: blazor-web-app-oidc-specification
---
# Secure an ASP.NET Core Blazor Web App with OpenID Connect (OIDC)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,7 @@ items:
- name: Interactive server-side rendering threats
uid: blazor/security/server/interactive-server-side-rendering
- name: Blazor Web App with OIDC
uid: blazor/security/server/blazor-web-app-oidc
uid: blazor/security/blazor-web-app-oidc
- name: Account confirmation and password recovery
uid: blazor/security/server/account-confirmation-and-password-recovery
- name: Additional scenarios
Expand Down
4 changes: 2 additions & 2 deletions aspnetcore/whats-new/dotnet-AspNetCore.Docs-mod2.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Welcome to what's new in the ASP.NET Core docs for February 2024. This article l

### New articles

- <xref:blazor/security/server/blazor-web-app-oidc>
- <xref:blazor/security/blazor-web-app-oidc>

### Updated articles

- <xref:blazor/security/server/blazor-web-app-oidc>
- <xref:blazor/security/blazor-web-app-oidc>
- Blazor troubleshooting guidance updates
- Redirect to the home page
- Blazor Web App with OIDC article
Expand Down

0 comments on commit 755442f

Please sign in to comment.