Go to https://developer.okta.com and create an account - or login if you already have one.

When you're on the Okta dashboard, click Applications and the on the Applications submenu.

  1. Click Create App Integration

  2. Select OIDC - OpenID Connect

  3. Select Web Application as the Application Type, then click the Next button

    Screenshot_2021-09-07 okta-dev-98443151 - Applications.png

  4. Enter the following information, then click the Save button:

    1. App Integration Name: "My Blog App" or whatever you like. You can add a logo too, if you want.
    2. Sign-in redirect URIs: http://localhost:8080/authorization-code/callback
    3. Delete Sign-out redirect URI's
    4. Base URIs: http://localhost:8080
    5. Assignments: Allow everyone in your organization to access

okta-dev-98443151-Applications.png


You will then be redirected to the application details page where you need to copy your Client ID, Client Secret, and Okta Domain information. This is the information your app will use to communicate with Okta.

okta-dev-98443151-OpenID-Connect-Client-My-Blog-App.png


◀ Prerequisites

Setup Express