- Setting up the application configuration skeleton.
- Defining the routes for the chosen framework to handle user traffic.
- Passing Okta user information to the next Box user validation step.
Set up the Skeleton
Setup Application Route
We now need to define the code that will run when our main route (/) is
engaged.
Summary
- You set up the skeleton routes and configuration for Okta.
- You set up the main route handler to pass to Box user verification.
