Skip to content

Commit 0101df5

Browse files
authored
Update redirects.js (#10435)
SCIM redirects
1 parent 9f7b953 commit 0101df5

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

config/redirects.js

+45
Original file line numberDiff line numberDiff line change
@@ -2422,6 +2422,51 @@ const redirects = [
24222422
from: ['/authorization/protocols/scim'],
24232423
to: '/authenticate/protocols/scim',
24242424
},
2425+
{
2426+
from: [
2427+
'/authenticate/protocols/scim/configure-inbound-scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml',
2428+
],
2429+
to: '/authenticate/protocols/scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml',
2430+
},
2431+
{
2432+
from: [
2433+
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-new-azure-ad-connections',
2434+
],
2435+
to: '/authenticate/protocols/scim/inbound-scim-for-new-azure-ad-connections',
2436+
},
2437+
{
2438+
from: [
2439+
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-older-azure-ad-connections',
2440+
],
2441+
to: '/authenticate/protocols/scim/inbound-scim-for-older-azure-ad-connections',
2442+
},
2443+
{
2444+
from: [
2445+
'/authenticate/protocols/scim/configure-inbound-scim/manage-an-inbound-scim-deployment-with-the-management-api',
2446+
],
2447+
to: '/authenticate/protocols/scim/manage-an-inbound-scim-deployment-with-the-management-api',
2448+
},
2449+
},
2450+
{
2451+
from: [
2452+
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-saml-connections',
2453+
],
2454+
to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-saml-connections',
2455+
},
2456+
},
2457+
{
2458+
from: [
2459+
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-azure-ad-saml-connections',
2460+
],
2461+
to: '/authenticate/protocols/scim/inbound-scim-for-azure-ad-saml-connections',
2462+
},
2463+
},
2464+
{
2465+
from: [
2466+
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-connections',
2467+
],
2468+
to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-connections',
2469+
},
24252470

24262471
/* Actions */
24272472
{

0 commit comments

Comments
 (0)