diff --git a/articles/microsites/call-api/call-api-m2m-app.md b/articles/microsites/call-api/call-api-m2m-app.md index 51dcd34287..5f8d1154f5 100644 --- a/articles/microsites/call-api/call-api-m2m-app.md +++ b/articles/microsites/call-api/call-api-m2m-app.md @@ -3,6 +3,7 @@ title: Call Your API from a Machine-to-Machine App description: Everything you need to know to call your API from your machine-to-machine (M2M) app ctaText: Go to Quickstart ctaLink: /docs/quickstart/backend +public: false template: microsite topics: - authentication diff --git a/config/redirects.js b/config/redirects.js index 6c91d0509b..cf4a11ca08 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -959,6 +959,11 @@ const redirects = [ }, /* MICROSITES */ + { + from: ['/microsites/call-api/call-api-m2m-app'], + to: '/get-started/authentication-and-authorization-flow/client-credentials-flow', + + }, /* ARCHITECTURE SCENARIOS */