We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b270a89 commit 7887bf5Copy full SHA for 7887bf5
config/redirects.js
@@ -1954,11 +1954,12 @@ const redirects = [
1954
to: '/get-started/apis/create-m2m-app-test',
1955
},
1956
{
1957
- from: [
1958
- '/api/management/v2/blacklists/get-tokens',
1959
- '/api/management/v2/blacklists/post-tokens',
1960
- ],
1961
- to: '/api/management/v2',
+ from: ['/api/management/v2/blacklists/get-tokens'],
+ to: '/secure/security-guidance/data-security/denylist',
+ },
+ {
+ from: ['/api/management/v2/blacklists/post-tokens'],
1962
1963
1964
1965
/* Single Sign-On */
0 commit comments