Skip to content

Commit

Permalink
Microsite removal (#10329)
Browse files Browse the repository at this point in the history
* Microsite removal

* Remove public

* Trying the general quickstart

* Update redirects.js

Those darn single quotes

* Update redirects.js

Dupe redirect
  • Loading branch information
avanscoy authored Nov 6, 2023
1 parent b639a6d commit 26a5cd6
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,42 @@ const redirects = [
to: '/get-started/authentication-and-authorization-flow/client-credentials-flow',

},
{
from: ['/microsites/add-login/add-login-native-mobile-app'],
to: '/quickstart/native',
},
{
from: ['/microsites/add-login/add-login-regular-web-app'],
to: '/quickstart/webapp',
},
{
from: ['/microsites/add-login/add-login-single-page-app'],
to: '/quickstart/spa',
},
{
from: ['/microsites/call-api/call-api-device'],
to: '/get-started/authentication-and-authorization-flow/call-your-api-using-the-device-authorization-flow',
},
{
from: ['/microsites/call-api/call-api-native-mobile-app'],
to: '/get-started/authentication-and-authorization-flow/call-your-api-using-the-authorization-code-flow-with-pkce',
},
{
from: ['/microsites/call-api/call-api-regular-web-app'],
to: '/get-started/authentication-and-authorization-flow/call-your-api-using-the-authorization-code-flow',
},
{
from: ['/microsites/call-api/call-api-single-page-app'],
to: '/get-started/authentication-and-authorization-flow/call-your-api-using-the-authorization-code-flow-with-pkce',
},
{
from: ['/microsites/manage-users/define-maintain-custom-user-data'],
to: '/manage-users/user-accounts/metadata',
},
{
from: ['/microsites/manage-users/manage-users-and-user-profiles'],
to: '/manage-users/user-accounts/metadata',
},

/* ARCHITECTURE SCENARIOS */

Expand Down

0 comments on commit 26a5cd6

Please sign in to comment.