Skip to content

Commit

Permalink
Added redirect for token binding
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 committed Aug 12, 2024
1 parent 8f8f024 commit 8f32933
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -7678,6 +7678,12 @@ 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 8f32933

Please sign in to comment.