From be7fcf455ba64b22ea96ea87f0ba2db438cb1fb2 Mon Sep 17 00:00:00 2001 From: Harish Sundar Date: Thu, 15 Aug 2024 00:44:49 +0530 Subject: [PATCH 1/2] updating-api2-blacklists-redirects --- config/redirects.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redirects.js b/config/redirects.js index 727a73be24..98a0b350f6 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2706,7 +2706,7 @@ const redirects = [ to: '/api/authentication', }, { - from: ['/apiv2', '/api/v2', '/api/management'], + from: ['/apiv2', '/api/v2', '/api/management','/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens' ], to: '/api/management/v2', }, { From 62ba3df69c4f8020dbdc97b3bfa01af8c7b9a6bf Mon Sep 17 00:00:00 2001 From: harishsundar-okta Date: Wed, 28 Aug 2024 22:24:07 +0530 Subject: [PATCH 2/2] updating redirects --- config/redirects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index 25e881e05a..b66f742715 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2710,6 +2710,10 @@ const redirects = [ from: ['/api/management'], to: '/api/management/v2', }, + { + from: ['/api/management/v2/blacklists/get-tokens','/api/management/v2/blacklists/post-tokens'], + to: '/api/management/v2', + }, /* Authorization */