Skip to content

Commit

Permalink
Merge branch 'master' into blacklist-redirect-attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
avanscoy authored Aug 14, 2024
2 parents 3af489c + 739a10b commit b270a89
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1954,12 +1954,11 @@ const redirects = [
to: '/get-started/apis/create-m2m-app-test',
},
{
from: ['/api/management/v2/blacklists/get-tokens'],
to: '/secure/security-guidance/data-security/denylist',
},
{
from: ['/api/management/v2/blacklists/post-tokens'],
to: '/secure/security-guidance/data-security/denylist',
from: [
'/api/management/v2/blacklists/get-tokens',
'/api/management/v2/blacklists/post-tokens',
],
to: '/api/management/v2',
},

/* Single Sign-On */
Expand Down

0 comments on commit b270a89

Please sign in to comment.