Skip to content

Commit

Permalink
updating blacklist redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
harishsundar-okta committed Aug 28, 2024
2 parents be7fcf4 + 95a1a5e commit 038465b
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -1953,13 +1953,6 @@ 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 */

Expand Down Expand Up @@ -2705,10 +2698,6 @@ 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',
Expand All @@ -2717,6 +2706,10 @@ const redirects = [
from: ['/api/use-auth0-apis-with-postman-collections', '/api/postman'],
to: '/api',
},
{
from: ['/api/management'],
to: '/api/management/v2',
},

/* Authorization */

Expand Down

0 comments on commit 038465b

Please sign in to comment.