Skip to content

Commit

Permalink
Update redirects.js (#10435)
Browse files Browse the repository at this point in the history
SCIM redirects
  • Loading branch information
pavokta authored Jul 19, 2024
1 parent 9f7b953 commit 0101df5
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
{
Expand Down

0 comments on commit 0101df5

Please sign in to comment.