Skip to content

Commit

Permalink
Update redirects.js (#10445)
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Sep 3, 2024
1 parent 1678e4e commit 29210e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit 29210e5

Please sign in to comment.