Skip to content

Commit fa1b9ee

Browse files
Merge pull request #6208 from okta/tbs-okta-1177823-identify-integrations
OCI journey - OIE upgrade: Identify Okta integrations and customizations
2 parents 53bdd10 + 9509e7e commit fa1b9ee

8 files changed

Lines changed: 320 additions & 0 deletions

File tree

packages/@okta/vuepress-site/docs/concepts/oie-intro/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ On March 1, 2022, all new [Okta orgs](/docs/concepts/okta-organizations/) are Id
122122

123123
If you're a Classic Engine customer who wants to upgrade their apps to use Identity Engine, go to [Identity Engine upgrade overview](/docs/guides/oie-upgrade-overview/) to review the level of effort based on your current configuration and telemetry use.
124124

125+
To inventory every integration point that the upgrade might affect, see [Identify your Okta authentication integrations and customizations](/docs/guides/oie-upgrade-identify-integrations/).
126+
125127
For Classic Engine customers who aren’t ready to upgrade, your existing functionality continues to work for now, including your Classic Engine org, v1 API, and SDKs.

packages/@okta/vuepress-site/docs/guides/ie-limitations/main/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ excerpt: Okta Identity Engine introduces a lot of changes to the Okta platform.
77

88
Okta Identity Engine introduces many changes to the Okta platform. Some of these changes result in a lack of support for previously available features. Also, some of these changes result in Identity Engine features not supported for use with Classic Engine APIs.
99

10+
To find which of these features and integrations your org actually uses, see [Identify your Okta authentication integrations and customizations](/docs/guides/oie-upgrade-identify-integrations/).
11+
1012
Are you an admin? See the Identity Engine [limitations](https://help.okta.com/okta_help.htm?type=oie&id=ext-oie-limitations) doc for admins.
1113

1214
> **Note:** This doc is designed for people who are familiar with Classic Engine. If you're new to Okta and Identity Engine, see [Get started](https://help.okta.com/okta_help.htm?type=oie&id=ext-get-started-oie) with Identity Engine.

packages/@okta/vuepress-site/docs/guides/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ guides:
167167
- oie-embedded-widget-use-case-basic-sign-in
168168
- oie-embedded-widget-use-case-sign-in-soc-idp
169169
- oie-upgrade-overview
170+
- oie-upgrade-identify-integrations
170171
- oie-upgrade-plan-embedded-upgrades
171172
- oie-upgrade-add-sdk-to-your-app
172173
- oie-upgrade-api-sdk-to-oie-sdk
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Identify your Okta authentication integrations and customizations
3+
meta:
4+
- name: description
5+
content: Find all Okta sign-in, customization, SDK, and API integration points so you can assess each one before upgrading to Okta Identity Engine.
6+
layout: Guides
7+
sections:
8+
- main
9+
---

packages/@okta/vuepress-site/docs/guides/oie-upgrade-identify-integrations/main/index.md

Lines changed: 298 additions & 0 deletions
Large diffs are not rendered by default.

packages/@okta/vuepress-site/docs/guides/sign-in-overview/main/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ For more background on the different deployment models, including basic flows an
4949

5050
If you’re a Classic Engine customer who wants to upgrade their apps to use Identity Engine for authentication, go to [Identity Engine upgrade overview](/docs/guides/oie-upgrade-overview/).
5151

52+
Before you start, [identify your Okta authentication integrations and customizations](/docs/guides/oie-upgrade-identify-integrations/) to inventory every sign-in, SDK, API, and automation point that needs testing.
53+
5254
## Next steps
5355

5456
* [Add an external identity provider](/docs/guides/identity-providers/)

packages/@okta/vuepress-site/docs/reference/api/authn/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ excerpt: Control user access to Okta.
88

99
The Okta Authentication API provides operations to authenticate users, perform multifactor enrollment and verification, recover forgotten passwords, and unlock accounts. It can be used as a standalone API to provide the identity layer on top of your existing application. Or it can be integrated with the Okta [Sessions API](https://developer.okta.com/docs/api/openapi/okta-management/management/tag/Session/) to obtain an Okta [session cookie](/docs/guides/session-cookie/) and access apps within Okta.
1010

11+
> **Note:** This is a Classic Engine API. Before you upgrade to Identity Engine, [identify your Okta authentication integrations and customizations](/docs/guides/oie-upgrade-identify-integrations/) to find every caller of this API in your org.
12+
1113
The API is targeted for developers who want to build their own end-to-end sign-in experience. Developers can build their own sign-in experience to replace the built-in Okta login experience and addresses the following key scenarios:
1214

1315
* **Primary authentication** allows you to verify the username and password credentials for a user.

packages/@okta/vuepress-theme-prose/const/navbar.const.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,10 @@ export const guides = [
564564
title: "Okta Identity Engine upgrade",
565565
guideName: "oie-upgrade-overview/main",
566566
subLinks: [
567+
{
568+
title: "Identify integrations and customizations",
569+
guideName: "oie-upgrade-identify-integrations",
570+
},
567571
{
568572
title: "Plan embedded app upgrades",
569573
guideName: "oie-upgrade-plan-embedded-upgrades",

0 commit comments

Comments
 (0)