Skip to content

Commit 5ddbf1b

Browse files
Update Okta instructions for 2022-07 UI (FormidableLabs#751)
1 parent 32a9937 commit 5ddbf1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/config-examples/okta.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Full support out of the box.
44

55
> If you're using Okta and want to add App Auth to your React Native application, you'll need an application to authorize against. If you don't have an Okta Developer account, [you can signup for free](https://developer.okta.com/signup/).
66
>
7-
> Log in to your Okta Developer account and navigate to **Applications** > **Add Application**. Click **Native** and click the **Next** button. Give the app a name you’ll remember (e.g., `React Native`), select `Refresh Token` as a grant type, in addition to the default `Authorization Code`. Copy the **Login redirect URI** (e.g., `com.oktapreview.dev-158606:/callback`) and save it somewhere. You'll need this value when configuring your app.
7+
> Log in to your Okta Developer account and navigate to **Applications** > **Applications** > **Create App Integration**. Click **OIDC - OpenID Connect**, then **Native Application**, then click the **Next** button. Give the app integration a name you’ll remember (e.g., `React Native`), select `Refresh Token` as a grant type, in addition to the default `Authorization Code`. Copy the **Sign-in redirect URI** (e.g., `com.oktapreview.dev-158606:/callback`) and save it somewhere. You'll need this value when configuring your app.
88
>
9-
> Click **Done** and you'll see a client ID on the next screen. Copy the redirect URI and clientId values into your App Auth config.
9+
> Click **Save** and you'll see a client ID on the next screen. Copy the redirect URI and clientId values into your App Auth config.
1010
>
1111
> To end the session, `postLogoutRedirectUrl` has to be one of the **Sign-out redirect URIs** defined in the **General Settings** > **LOGIN** section of the application page previously created.
1212

0 commit comments

Comments
 (0)