From 29210e5a395de46d656223ee7fbd8fccfab64c58 Mon Sep 17 00:00:00 2001 From: lrzhou25 <141781699+lrzhou25@users.noreply.github.com> Date: Mon, 2 Sep 2024 20:03:13 -0700 Subject: [PATCH] Update redirects.js (#10445) --- config/redirects.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index b66f742715..29eae3fcca 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1717,6 +1717,10 @@ const redirects = [ ], to: '/get-started/applications/update-application-connections', }, + { + from: ['/get-started/applications/configure-mtls/set-up-resource-server-for-token-binding'], + to: '/get-started/applications/configure-sender-constraining/configure-resource-server-for-sender-constraining', + }, { from: [ '/applications/update-application-connections', @@ -7671,6 +7675,10 @@ const redirects = [ ], to: '/secure/tokens/access-tokens', }, + { + from: ['/secure/tokens/access-tokens/token-binding'], + to: '/get-started/applications/configure-sender-constraining', + }, { from: [ '/tokens/guides/validate-access-tokens',