Create an Okta application

Before you can sign a user in, you need to create an Okta Application that represents your mobile application.

First, sign in to the Okta Developer Console:

Go to Console

  1. Select Applications, then Add Application. Pick Native as the platform. Enter a name for your application (or leave the default value).

  2. Enter your callback route for the Login redirect URI. This is the full redirect URI that you defined in the previous step (like com.okta.example:/login).

  3. Enter your callback route for the Logout redirect URI. This is the full redirect URI that you defined in the previous step (for example, com.okta.example:/logout).

  4. Finally, click Done to finish creating the Okta application. You need to copy some values into your application later, so leave the Developer Console open.