From 8289c34c2b5aea9ff24359bd8658201db21ca77a Mon Sep 17 00:00:00 2001 From: Andrew <109249228+pavokta@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:02:13 -0700 Subject: [PATCH] Update redirects.js SCIM redirects --- config/redirects.js | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/config/redirects.js b/config/redirects.js index e2559d3118..9d861c4091 100644 --- a/config/redirects.js +++ b/config/redirects.js @@ -2422,6 +2422,51 @@ const redirects = [ from: ['/authorization/protocols/scim'], to: '/authenticate/protocols/scim', }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml', + ], + to: '/authenticate/protocols/scim/configure-inbound-scim-for-other-identity-providers-using-openid-or-saml', + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-new-azure-ad-connections', + ], + to: '/authenticate/protocols/scim/inbound-scim-for-new-azure-ad-connections', + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-older-azure-ad-connections', + ], + to: '/authenticate/protocols/scim/inbound-scim-for-older-azure-ad-connections', + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/manage-an-inbound-scim-deployment-with-the-management-api', + ], + to: '/authenticate/protocols/scim/manage-an-inbound-scim-deployment-with-the-management-api', + }, + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-saml-connections', + ], + to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-saml-connections', + }, + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-azure-ad-saml-connections', + ], + to: '/authenticate/protocols/scim/inbound-scim-for-azure-ad-saml-connections', + }, + }, + { + from: [ + '/authenticate/protocols/scim/configure-inbound-scim/inbound-scim-for-okta-workforce-connections', + ], + to: '/authenticate/protocols/scim/inbound-scim-for-okta-workforce-connections', + }, /* Actions */ {