From 1abab30e0ec0286e1e642790c86e67e8f3387a3a Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Sat, 6 Jun 2026 14:37:37 +0530 Subject: [PATCH 01/11] fastpath --- .../docs/guides/update-oin-app/main/index.md | 35 ++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index f580ddc04a5..edd148e460c 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,12 +38,40 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). +If you only need to make non-functional data updates, such as your app name, description, logo, or support contact information, the OIN Wizard routes your submission through a streamlined Fast Path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification + When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. After you successfully test the updated and published versions of your integration, resubmit your integration to the OIN team. Your integration goes through a [submission review process](/docs/guides/submit-app-overview/#understand-the-submission-review-process) before the updated version is published in the OIN catalog. ## Update integration considerations +### Non-functional data-only updates (Fast Path) + +To keep your listing accurate without consuming engineering resources, you can update non-functional data independently. + +The OIN Wizard Fast Path is available exclusively when you access your apps from the **Home** page. Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the app that you want to modify, and select **Catalog Info**. You can use this accelerated, no-test pathway to update the following non-functional fields: + +- App name +- Logo +- App description +- Contact information + +When you modify only these fields on a published integration, the OIN Wizard bypasses the standard technical testing environment. Once submitted, your changes are tracked through an automated operations ticket and deployed immediately upon OIN Ops team approval. + +> **Note:** You can also edit these non-functional metadata fields by navigating to **Applications > Your OIN Integrations**. However, that page only supports the standard editing workflow and doesn't provide access to the accelerated Fast Path. + +If your update includes changes to functional configurations such as SAML settings, SCIM provisioning, or URLs, you must select the **Integration** option instead of **Catalog Info** and complete the full end-to-end testing workflow. + +### Functional configuration considerations + +To update functional settings for your published application, you can use either of the following navigation paths: + +- Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the application, and select **Integration**. +- Go to **Applications > Your OIN Integrations**, click your published integration, and select the standard editing option. + +Review the following guidelines before you edit and resubmit your configurations: + For published integrations that were migrated from the OIN Manager, if you need to update configured properties that aren't available in the OIN Wizard, contact . > **Note:** Some considerations on this page are specifically for the **** .
@@ -92,7 +120,12 @@ To update a previously published OIN integration: 1. Click **Add integration details**. The **OIN catalog properties** page appears. 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. -1. Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: +1. Determine your update path based on your changes: + + - Non-functional data updates only: If you only changed non-functional data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Non-functional data-only updates (Fast Path)](#non-functional-data-only-updates-fast-path). + - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). + +1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: From 6da74bd56f84d9645a3ceeeb59e36b582bada2d1 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Tue, 9 Jun 2026 16:47:42 +0530 Subject: [PATCH 02/11] tech review --- .../docs/guides/update-oin-app/main/index.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index edd148e460c..2c68de5f7eb 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,7 +38,7 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). -If you only need to make non-functional data updates, such as your app name, description, logo, or support contact information, the OIN Wizard routes your submission through a streamlined Fast Path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification +If you only need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a deditcated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. @@ -46,11 +46,11 @@ After you successfully test the updated and published versions of your integrati ## Update integration considerations -### Non-functional data-only updates (Fast Path) +### Catalog information only updates -To keep your listing accurate without consuming engineering resources, you can update non-functional data independently. +To keep your listing accurate without consuming engineering resources, you can update catalog information independently. -The OIN Wizard Fast Path is available exclusively when you access your apps from the **Home** page. Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the app that you want to modify, and select **Catalog Info**. You can use this accelerated, no-test pathway to update the following non-functional fields: +The edit catalog information path is available exclusively for published integrations when you access your apps from the **Home** page. Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the app that you want to modify, and select **Catalog Info**. You can use this accelerated, no-test pathway to update the following catalog fields: - App name - Logo @@ -59,13 +59,11 @@ The OIN Wizard Fast Path is available exclusively when you access your apps from When you modify only these fields on a published integration, the OIN Wizard bypasses the standard technical testing environment. Once submitted, your changes are tracked through an automated operations ticket and deployed immediately upon OIN Ops team approval. -> **Note:** You can also edit these non-functional metadata fields by navigating to **Applications > Your OIN Integrations**. However, that page only supports the standard editing workflow and doesn't provide access to the accelerated Fast Path. - -If your update includes changes to functional configurations such as SAML settings, SCIM provisioning, or URLs, you must select the **Integration** option instead of **Catalog Info** and complete the full end-to-end testing workflow. +If your update includes changes to functional configurations such as SAML settings, SCIM provisioning, or URLs, you must select the **Edit** > **Integration** option instead of **Edit** > **Catalog Info** and complete the full end-to-end testing workflow. ### Functional configuration considerations -To update functional settings for your published application, you can use either of the following navigation paths: +To update functional settings for your published app, you can use either of the following navigation paths: - Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the application, and select **Integration**. - Go to **Applications > Your OIN Integrations**, click your published integration, and select the standard editing option. @@ -114,6 +112,7 @@ To update a previously published OIN integration: 1. Click your published integration to update from the dashboard. Your published OIN submission appears in read-only mode. 1. From the **This integration is read-only** information box, click **Edit integration**. The **Add integration capabilities** page appears. + > **Note:** You can skip this step if your submission is in draft status. The **Edit integration** option isn't available for submissions in draft status because it's not in read-only mode. @@ -122,7 +121,7 @@ To update a previously published OIN integration: 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. 1. Determine your update path based on your changes: - - Non-functional data updates only: If you only changed non-functional data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Non-functional data-only updates (Fast Path)](#non-functional-data-only-updates-fast-path). + - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Catalog information only updates](#catalog-information-only-updates). - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). 1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: From 4bfb78549acf66074f03b47913858c6811ba2109 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Tue, 9 Jun 2026 16:53:15 +0530 Subject: [PATCH 03/11] tech review --- .../docs/guides/update-oin-app/main/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 2c68de5f7eb..b1e739467fa 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,7 +38,7 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). -If you only need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a deditcated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification +If you only need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. @@ -59,20 +59,20 @@ The edit catalog information path is available exclusively for published integra When you modify only these fields on a published integration, the OIN Wizard bypasses the standard technical testing environment. Once submitted, your changes are tracked through an automated operations ticket and deployed immediately upon OIN Ops team approval. -If your update includes changes to functional configurations such as SAML settings, SCIM provisioning, or URLs, you must select the **Edit** > **Integration** option instead of **Edit** > **Catalog Info** and complete the full end-to-end testing workflow. +If your update includes changes to functional configurations such as SAML settings, SCIM provisioning, or URLs, you must select the **Edit** > **Integration** option instead of **Edit** > **Catalog Info** and complete the full end-to-end testing Workflow. ### Functional configuration considerations To update functional settings for your published app, you can use either of the following navigation paths: -- Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the application, and select **Integration**. +- Go to the **Home** page, locate the **Your apps** section, click **Edit** next to the app, and select **Integration**. - Go to **Applications > Your OIN Integrations**, click your published integration, and select the standard editing option. Review the following guidelines before you edit and resubmit your configurations: For published integrations that were migrated from the OIN Manager, if you need to update configured properties that aren't available in the OIN Wizard, contact . -> **Note:** Some considerations on this page are specifically for the **** .
+> **Note:** Some considerations on this page are specifically for the ****.
> If you want to change the instructions that you see on this page, select a different option from the **Instructions for** dropdown list. @@ -139,7 +139,7 @@ The OIN Wizard journey includes the **Test integration** experience page to help See [Submit your updated integration](#submit-your-updates) after all required tests are successful. -> **Note:** Test steps on this page are specifically for the **** .
+> **Note:** Test steps on this page are specifically for the ****.
> If you want to change the instructions that you see on this page, select a different option from the **Instructions for** dropdown list. ### Generate instances for testing From eeb02200f1aad7ae0ca93e3ddc95bba071487ecf Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Tue, 9 Jun 2026 17:29:22 +0530 Subject: [PATCH 04/11] self review --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index b1e739467fa..9be295c3b98 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,7 +38,7 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). -If you only need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification +If you need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification. When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. @@ -46,7 +46,7 @@ After you successfully test the updated and published versions of your integrati ## Update integration considerations -### Catalog information only updates +### Update catalog information only To keep your listing accurate without consuming engineering resources, you can update catalog information independently. @@ -121,7 +121,7 @@ To update a previously published OIN integration: 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. 1. Determine your update path based on your changes: - - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Catalog information only updates](#catalog-information-only-updates). + - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Update catalog information only](#update-catalog-information-only). - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). 1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: From ce7bdcc73a80801d48dafab1af5bed94a2bdaec3 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Fri, 26 Jun 2026 20:39:13 +0530 Subject: [PATCH 05/11] minor update --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 9be295c3b98..8c5046e96e6 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,7 +38,7 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). -If you need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification. +If you need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification. When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. From db56616408e477ac6cff987bb88ce8620b2b53fe Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Tue, 9 Jun 2026 16:47:42 +0530 Subject: [PATCH 06/11] tech review --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 8c5046e96e6..f5577fa7527 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -121,7 +121,7 @@ To update a previously published OIN integration: 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. 1. Determine your update path based on your changes: - - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Update catalog information only](#update-catalog-information-only). + - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Catalog information only updates](#catalog-information-only-updates). - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). 1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: From fd8d6c7b1358c8904ab2b7bc039cf5753b1b877f Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Tue, 9 Jun 2026 17:29:22 +0530 Subject: [PATCH 07/11] self review --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index f5577fa7527..8c5046e96e6 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -121,7 +121,7 @@ To update a previously published OIN integration: 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. 1. Determine your update path based on your changes: - - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Catalog information only updates](#catalog-information-only-updates). + - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Update catalog information only](#update-catalog-information-only). - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). 1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: From cf7d5a40c55c3c19f4ad257647a44a96312ccd49 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Sat, 27 Jun 2026 10:43:36 +0530 Subject: [PATCH 08/11] text --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 8c5046e96e6..fda3c48d34d 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -132,6 +132,8 @@ To update a previously published OIN integration: ## Test integration updates +>**Note:** Test integration is applicable only in case of functional updates. In case of Catalog info only uodate, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. + The OIN Wizard journey includes the **Test integration** experience page to help you configure and test your updated integration within the same org before submission. These are the tasks that you need to complete: @@ -160,6 +162,8 @@ Generate instances for testing your updates directly from the OIN Wizard. See [R ## Submit your updates +>**Note:** Submit integration is applicable only in case of functional updates. In case of Catalog info only uodate, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. + After you successfully test your updated integration, you're ready to submit. From b389e052ea279d841a1f0f3945387cf3a32e46cf Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Sat, 27 Jun 2026 12:50:34 +0530 Subject: [PATCH 09/11] self review --- .../docs/guides/update-oin-app/main/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index fda3c48d34d..19cdfbf1e82 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -38,7 +38,7 @@ The OIN Wizard currently supports updates for integrations that use the followin > **Note:** You can use the [OIN Wizard](/docs/guides/update-oin-app/) to update OIDC, SAML 2.0, SCIM 2.0, and API service integrations that were originally submitted through the [OIN Manager](/docs/guides/submit-app/). -If you need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page routes your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification. +If you need to update only catalog information, such as your app name, description, logo, or support contact information, the **Edit** button on the **Home** page directs your submission through a dedicated path. This path allows you to submit minor branding updates directly to the OIN Ops team for review without requiring functional re-testing or backward-compatibility verification. When you edit a published OIN integration, you need to test the flows for the updated version and the published version for backwards compatibility. The integration version that was previously installed in your customer's org isn't modified with the updated version from the OIN catalog. Testing the published version for backwards compatibility ensures that your integration still works for customers who have already installed it. See [Update integration considerations](#update-integration-considerations) before you edit your published integration. @@ -121,7 +121,7 @@ To update a previously published OIN integration: 1. Update [OIN catalog properties](/docs/guides/submit-oin-app/openidconnect/main/#oin-catalog-properties) as required for your integration. 1. Determine your update path based on your changes: - - Catalog info only: If you only changed catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Update catalog information only](#update-catalog-information-only). + - Catalog information only updates: If you changed only catalog data (such as the name, logo, description, or contact information), confirm your intent on the prompt. The OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. See, [Update catalog information only](#update-catalog-information-only). - Functional updates: If you altered settings like tenant properties, OIDC capabilities, or Universal Logout protocols, click **Configure your integration** to proceed through the standard testing tabs. See, [Functional configuration considerations](#functional-configuration-considerations). 1. (For functional updates only) Click **Configure your integration** to proceed to update your integration as required in the following sections of the OIN Wizard: @@ -132,7 +132,7 @@ To update a previously published OIN integration: ## Test integration updates ->**Note:** Test integration is applicable only in case of functional updates. In case of Catalog info only uodate, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. +>**Note:** Test integration is applicable only in case of functional updates. In case of catalog information only update, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. The OIN Wizard journey includes the **Test integration** experience page to help you configure and test your updated integration within the same org before submission. These are the tasks that you need to complete: @@ -162,7 +162,7 @@ Generate instances for testing your updates directly from the OIN Wizard. See [R ## Submit your updates ->**Note:** Submit integration is applicable only in case of functional updates. In case of Catalog info only uodate, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. +>**Note:** Submit integration is applicable only in case of functional updates. In case of catalog information only update, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. After you successfully test your updated integration, you're ready to submit. From a6675fdb9c9d63b33b15d3ec369b2e8e26115317 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Sat, 27 Jun 2026 13:48:56 +0530 Subject: [PATCH 10/11] testing --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 19cdfbf1e82..7fe7f371f01 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -132,7 +132,7 @@ To update a previously published OIN integration: ## Test integration updates ->**Note:** Test integration is applicable only in case of functional updates. In case of catalog information only update, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. +>**Note:** Test your integration only when making functional updates. When updating catalog information only, the OIN Wizard bypasses testing and proceeds directly to submission. The OIN Wizard journey includes the **Test integration** experience page to help you configure and test your updated integration within the same org before submission. These are the tasks that you need to complete: @@ -162,7 +162,7 @@ Generate instances for testing your updates directly from the OIN Wizard. See [R ## Submit your updates ->**Note:** Submit integration is applicable only in case of functional updates. In case of catalog information only update, the OIN Wizard bypasses configuration and testing, prompting you to submit immediately. After clicking submit, the app displays an in review status under **Your apps** section. The live version remains active in the public OIN catalog while Okta reviews your changes. +>**Note:** Catalog information only updates submit directly without configuration or testing. Your app displays an in-review status while the live version remains active in the public OIN catalog. After you successfully test your updated integration, you're ready to submit. From 2f5e07a3a62e443c333ec7ba8912907757895970 Mon Sep 17 00:00:00 2001 From: sophiajose-okta Date: Sat, 27 Jun 2026 17:12:18 +0530 Subject: [PATCH 11/11] minor update --- .../vuepress-site/docs/guides/update-oin-app/main/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md index 7fe7f371f01..b9412824abd 100644 --- a/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md +++ b/packages/@okta/vuepress-site/docs/guides/update-oin-app/main/index.md @@ -162,7 +162,7 @@ Generate instances for testing your updates directly from the OIN Wizard. See [R ## Submit your updates ->**Note:** Catalog information only updates submit directly without configuration or testing. Your app displays an in-review status while the live version remains active in the public OIN catalog. +>**Note:** Submit catalog information only updates directly without configuration or testing. Your app displays an in-review status while the live version remains active in the public OIN catalog. After you successfully test your updated integration, you're ready to submit.