@@ -2422,6 +2422,51 @@ const redirects = [
2422
2422
from : [ '/authorization/protocols/scim' ] ,
2423
2423
to : '/authenticate/protocols/scim' ,
2424
2424
} ,
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
+ } ,
2425
2470
2426
2471
/* Actions */
2427
2472
{
0 commit comments