From 5099ad64b41001718e5908690c26a2ffc8550cc9 Mon Sep 17 00:00:00 2001 From: Joe DeCock Date: Thu, 15 Feb 2024 15:25:09 -0600 Subject: [PATCH] bff\architecture - fix links --- .vscode/launch.json | 2 +- IdentityServer/v6/docs/content/bff/architecture/_index.md | 2 +- IdentityServer/v7/docs/content/bff/architecture/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5d8ed569..08ba6955 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -8,7 +8,7 @@ "name": "hugo", "request": "launch", "type": "f5anything", - "command": "hugo server --navigateToChanged --source ${workspaceFolder}/IdentityServer/v7/docs" + "command": "hugo server --navigateToChanged --source ${workspaceFolder}/IdentityServer/v6/docs" } ] } \ No newline at end of file diff --git a/IdentityServer/v6/docs/content/bff/architecture/_index.md b/IdentityServer/v6/docs/content/bff/architecture/_index.md index c7a7c484..73d22145 100644 --- a/IdentityServer/v6/docs/content/bff/architecture/_index.md +++ b/IdentityServer/v6/docs/content/bff/architecture/_index.md @@ -22,7 +22,7 @@ Duende.BFF builds on widely used tools and frameworks, including ASP.NET Core's Duende.BFF uses ASP.NET's OpenID Connect handler for OIDC and OAuth protocol processing. As long-term users of and contributors to this library, we think it is a well implemented and flexible implementation of the protocols. #### ASP.NET Cookie Handler -Duende.BFF uses ASP.NET's Cookie handler for session management. The Cookie handler provides a claims-based identity to the application persisted in a digitally signed and encrypted cookie that is protected with modern cookie security features, including the Secure, HttpOnly and SameSite attributes. The handler also provides absolute and sliding session support, and has a flexible extensibility model, which Duende.BFF uses to implement [server-side session management](/bff/session/server_side_sessions/) and [back-channel logout support](/bff/session/management/back-channel-logout/). +Duende.BFF uses ASP.NET's Cookie handler for session management. The Cookie handler provides a claims-based identity to the application persisted in a digitally signed and encrypted cookie that is protected with modern cookie security features, including the Secure, HttpOnly and SameSite attributes. The handler also provides absolute and sliding session support, and has a flexible extensibility model, which Duende.BFF uses to implement [server-side session management]({{}}) and [back-channel logout support]({{}}). #### Duende.AccessTokenManagement Duende.BFF uses the Duende.AccessTokenManagement library for access token management and storage. This includes storage and retrieval of tokens, refreshing tokens as needed, and revoking tokens on logout. The library provides integration with the ASP.NET HTTP client to automatically attach tokens to outgoing HTTP requests, and its underlying management actions can also be programmatically invoked through an imperative API. diff --git a/IdentityServer/v7/docs/content/bff/architecture/_index.md b/IdentityServer/v7/docs/content/bff/architecture/_index.md index e5ed51ff..73d22145 100644 --- a/IdentityServer/v7/docs/content/bff/architecture/_index.md +++ b/IdentityServer/v7/docs/content/bff/architecture/_index.md @@ -22,7 +22,7 @@ Duende.BFF builds on widely used tools and frameworks, including ASP.NET Core's Duende.BFF uses ASP.NET's OpenID Connect handler for OIDC and OAuth protocol processing. As long-term users of and contributors to this library, we think it is a well implemented and flexible implementation of the protocols. #### ASP.NET Cookie Handler -Duende.BFF uses ASP.NET's Cookie handler for session management. The Cookie handler provides a claims-based identity to the application persisted in a digitally signed and encrypted cookie that is protected with modern cookie security features, including the Secure, HttpOnly and SameSite attributes. The handler also provides absolute and sliding session support, and has a flexible extensibility model, which Duende.BFF uses to implement [server-side session management]({{}}) and [back-channel logout support]({{}}). +Duende.BFF uses ASP.NET's Cookie handler for session management. The Cookie handler provides a claims-based identity to the application persisted in a digitally signed and encrypted cookie that is protected with modern cookie security features, including the Secure, HttpOnly and SameSite attributes. The handler also provides absolute and sliding session support, and has a flexible extensibility model, which Duende.BFF uses to implement [server-side session management]({{}}) and [back-channel logout support]({{}}). #### Duende.AccessTokenManagement Duende.BFF uses the Duende.AccessTokenManagement library for access token management and storage. This includes storage and retrieval of tokens, refreshing tokens as needed, and revoking tokens on logout. The library provides integration with the ASP.NET HTTP client to automatically attach tokens to outgoing HTTP requests, and its underlying management actions can also be programmatically invoked through an imperative API.