Skip to content

Commit

Permalink
Update redirects.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Aug 20, 2024
1 parent 875dfa4 commit 7567c66
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 @@ -7663,6 +7667,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 7567c66

Please sign in to comment.