Skip to content

Commit 603d428

Browse files
Merge pull request #6002 from okta/sdh-okta1074072-signupselfhosted
sign up self-hosted doc
2 parents ce3d39d + 3ff37aa commit 603d428

9 files changed

Lines changed: 676 additions & 6 deletions

File tree

36.7 KB
Loading
18.8 KB
Loading
37.9 KB
Loading
76.3 KB
Loading

packages/@okta/vuepress-site/docs/guides/implement-grant-type/main/interactioncode/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ Enable the Interaction Code grant type for your org, [authorization server](/doc
44

55
### Enable Interaction Code grant for your org
66

7-
The **Embedded widget sign-in support** setting in your Admin Console enables or disables the Interaction Code grant type for your org. Enable the setting to allow or deny apps the ability to use embedded sign-in flows across your entire org.
7+
The **Embedded widget sign-in support** setting in your Admin Console enables or disables the Interaction Code grant type for your org. Enable the setting to allow apps the ability to use embedded sign-in flows across your entire org.
88

99
> **Note:** [Super Admin permissions](https://help.okta.com/okta_help.htm?id=ext_superadmin) are required. If you don’t have those permissions for your org, contact your administrator.
1010
1111
To access this setting:
1212

1313
1. Open the [Admin Console](/docs/concepts/okta-organizations/#admin-console) for your org.
1414
1. Go to **Settings** > **Account** > **Embedded widget sign-in support**.
15-
1. Click **Edit**.
16-
1. Click **Advanced** in the **Grant type** section, and then select **Interaction Code**.
15+
1. Verify that the checkbox for **Interaction Code** is selected. If it is, move on to the next section. If it isn't, continue with these steps.
16+
1. Click **Edit** and select the checkbox.
1717
1. Click **Save**.
1818

19-
If you enable the Interaction Code grant type, the number of applications and authorization servers that use the Interaction Code grant type appear.
19+
If you enable the Interaction Code grant type, the number of apps and authorization servers that use the Interaction Code grant type appear.
2020

2121
If you disable the Interaction Code grant type:
2222

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ guides:
118118
- sign-into-mobile-app-embedded
119119
- sign-into-spa-redirect
120120
- sign-into-web-app-redirect
121+
- signup-selfhosted
121122
- sign-users-in-mobile-self-hosted
122123
- sign-users-out
123124
- sign-your-own-saml-csr
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title: Sign users up with a self-hosted sign-up form
3+
excerpt: Sign users up for your app using a self-hosted sign-up form by embeddeding the Okta Sign-In Widget
4+
layout: Guides
5+
sections:
6+
- main
7+
---

0 commit comments

Comments
 (0)