Skip to content

Commit 10ce478

Browse files
committed
Resolve more rebase conflicts
1 parent cdbc1fa commit 10ce478

File tree

1 file changed

+3
-15
lines changed
  • packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main

1 file changed

+3
-15
lines changed

packages/@okta/vuepress-site/docs/guides/add-an-external-idp/main/index.md

+3-15
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ Okta manages the connection to the IdP for your app. The connection sits between
2929

3030
> **Note:** Okta also supports other services such as directories and credential providers. See the [Okta Integration Network Catalog](https://www.okta.com/okta-integration-network/) to browse all integrations by use case.
3131
32-
## Create an app at the IdP
32+
## Create an app at the Identity Provider
3333

3434
<StackSnippet snippet="appatidp" />
3535

36-
## Create an IdP in Okta
36+
## Create an Identity Provider in Okta
3737

3838
To connect your org to the IdP, add and configure that IdP in Okta.
3939

@@ -98,7 +98,7 @@ https://{yourOktaDomain}/oauth2/v1/authorize?idp={idp_id}&client_id={client_id}&
9898

9999
```
100100

101-
## Use the IdP to sign in
101+
## Use the Identity Provider to sign in
102102

103103
To test your authorization URL, enter the complete authorization URL in a browser. Do this in your browser's privacy or incognito mode to avoid false positive or negative results.
104104

@@ -127,11 +127,7 @@ After the user clicks the link, they're prompted to sign in with the IdP. After
127127
### Okta Sign-In Widget
128128

129129
> **Note:** This section only applies to Classic Engine.<br>
130-
<<<<<<< HEAD
131-
> If you're using Identity Engine, the **Sign in with IdP** option is available on the widget. It's available after you [create an Identity Provider in your Okta org](#create-an-idp-in-okta) and configure the [routing rule](https://help.okta.com/okta_help.htm?id=ext-cfg-routing-rules). No additional code is required. See [Identify your Okta solution](https://help.okta.com/okta_help.htm?type=oie&id=ext-oie-version) to determine your Okta version and [Upgrade your widget](/docs/guides/oie-upgrade-sign-in-widget/main/#idp-discovery) for upgrade considerations to Identity Engine.
132-
=======
133130
> If you're using an Identity Engine org, the **Sign in with IdP** option is available on the widget after you [create an Identity Provider in your Okta org](#create-an-identity-provider-in-okta) and configure the [routing rule](https://help.okta.com/okta_help.htm?id=ext-cfg-routing-rules). No additional code is required. See [Identify your Okta solution](https://help.okta.com/okta_help.htm?type=oie&id=ext-oie-version) to determine your Okta version and [Upgrade your widget](/docs/guides/oie-upgrade-sign-in-widget/main/#idp-discovery) for upgrade considerations to Identity Engine.
134-
>>>>>>> e042c9d92 (Edits to add-an-external-idp index)
135131
136132
Okta also offers an easily embeddable JavaScript widget that reproduces the look and behavior of the standard Okta sign-in page. You can add a **Sign in with {IdentityProviderName}** button by adding the following code to your Okta Sign-In Widget configuration:
137133

@@ -147,11 +143,7 @@ You can find out more about the Okta Sign-In Widget [on GitHub](https://github.c
147143
### Custom Okta-hosted sign-in page
148144

149145
> **Note:** This section only applies to Classic Engine.<br>
150-
<<<<<<< HEAD
151-
> If you're using Identity Engine, the **Sign in with IdP** option is available on the widget. It's available after you [create an Identity Provider in your Okta org](#create-an-idp-in-okta) and configure the [routing rule](https://help.okta.com/okta_help.htm?id=ext-cfg-routing-rules). See [Identify your Okta solution](https://help.okta.com/okta_help.htm?type=oie&id=ext-oie-version) to determine your Okta version.
152-
=======
153146
> If you're using Identity Engine, the **Sign in with IdP** option is available on Sign-In Widget after you [create an Identity Provider in your Okta org](#create-an-identity-provider-in-okta) and configure the [routing rule](https://help.okta.com/okta_help.htm?id=ext-cfg-routing-rules). See [Identify your Okta solution](https://help.okta.com/okta_help.htm?type=oie&id=ext-oie-version) to determine your Okta version.
154-
>>>>>>> e042c9d92 (Edits to add-an-external-idp index)
155147
156148
If you configured a [Sign-In Widget](/docs/guides/custom-widget/main/#style-the-okta-hosted-sign-in-widget), you can add a **Sign in with {IdentityProviderName}** button by adding the following code beneath the `var config = OktaUtil.getSignInWidgetConfig();` line:
157149

@@ -164,11 +156,7 @@ config.idpDisplay ="SECONDARY";
164156

165157
### AuthJS
166158

167-
<<<<<<< HEAD
168159
If you don't want pre-built views, or need deeper levels of customization, use the same AuthJS SDK that the Sign-In Widget is built with. See the [AuthJS GitHub repo](https://github.com/okta/okta-auth-js#install). Implementing sign in with an IdP uses the SDK's [OpenID Connect authentication flow](https://github.com/okta/okta-auth-js#openid-connect-options).
169-
=======
170-
If you don't want pre-built views, or need deeper levels of customization, then you can use the same AuthJS SDK that the Sign-In Widget is built with. For further information see [the AuthJS GitHub repo](https://github.com/okta/okta-auth-js#install). Implementing sign in with an Identity Provider uses the SDK's [OpenID Connect authentication flow](https://github.com/okta/okta-auth-js#openid-connect-options).
171-
>>>>>>> e042c9d92 (Edits to add-an-external-idp index)
172160

173161
## Next steps
174162

0 commit comments

Comments
 (0)