Skip to content

Commit

Permalink
Update Okta instructions for 2022-07 UI (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong authored Jul 25, 2022
1 parent 32a9937 commit 5ddbf1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config-examples/okta.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Full support out of the box.

> 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/).
>
> 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.
> 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.
>
> 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.
> 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.
>
> 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.
Expand Down

0 comments on commit 5ddbf1b

Please sign in to comment.