diff --git a/config/redirects.js b/config/redirects.js index 8058db6f27..5ca826d085 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -1939,6 +1939,13 @@ const redirects = [ ], to: '/get-started/apis/create-m2m-app-test', }, + { + from: [ + '/api/management/v2/blacklists/get-tokens', + '/api/management/v2/blacklists/post-tokens', + ], + to: '/api/management/v2', + }, /* Single Sign-On */ @@ -2760,6 +2767,10 @@ const redirects = [ from: ['/auth-api', '/api/authentication/reference'], to: '/api/authentication', }, + { + from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ], + to: '/api/management/v2', + }, { from: ['/auth0-apis', '/api/info'], to: '/api',