Skip to content

Commit c3b1d81

Browse files
authored
Update redirects.js - fix formatting (#10436)
1 parent 0101df5 commit c3b1d81

File tree

1 file changed

+14
-31
lines changed

1 file changed

+14
-31
lines changed

config/redirects.js

+14-31
Original file line numberDiff line numberDiff line change
@@ -2422,49 +2422,32 @@ 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-
],
2425+
{
2426+
from: ['/authenticate/protocols/scim/configure-inbound-scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml'],
24292427
to: '/authenticate/protocols/scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml',
24302428
},
2431-
{
2432-
from: [
2433-
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-new-azure-ad-connections',
2434-
],
2429+
{
2430+
from: ['/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-new-azure-ad-connections'],
24352431
to: '/authenticate/protocols/scim/inbound-scim-for-new-azure-ad-connections',
24362432
},
2437-
{
2438-
from: [
2439-
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-older-azure-ad-connections',
2440-
],
2433+
{
2434+
from: ['/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-older-azure-ad-connections'],
24412435
to: '/authenticate/protocols/scim/inbound-scim-for-older-azure-ad-connections',
24422436
},
2443-
{
2444-
from: [
2445-
'/authenticate/protocols/scim/configure-inbound-scim/manage-an-inbound-scim-deployment-with-the-management-api',
2446-
],
2437+
{
2438+
from: ['/authenticate/protocols/scim/configure-inbound-scim/manage-an-inbound-scim-deployment-with-the-management-api'],
24472439
to: '/authenticate/protocols/scim/manage-an-inbound-scim-deployment-with-the-management-api',
24482440
},
2449-
},
2450-
{
2451-
from: [
2452-
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-saml-connections',
2453-
],
2441+
{
2442+
from: ['/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-saml-connections'],
24542443
to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-saml-connections',
24552444
},
2456-
},
2457-
{
2458-
from: [
2459-
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-azure-ad-saml-connections',
2460-
],
2445+
{
2446+
from: ['/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-azure-ad-saml-connections'],
24612447
to: '/authenticate/protocols/scim/inbound-scim-for-azure-ad-saml-connections',
24622448
},
2463-
},
2464-
{
2465-
from: [
2466-
'/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-connections',
2467-
],
2449+
{
2450+
from: ['/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-connections'],
24682451
to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-connections',
24692452
},
24702453

0 commit comments

Comments
 (0)