Okta is a popular access management and identity platform used by companies to provide a unified method for managing and authenticating into multiple applications with a single set of credentials and a single secure dashboard. When connected to a custom Box application, the Okta APIs may be used to provide a single login mechanism to identify users within the Box application, allowing you to have a unified experience between your unified identity system (Okta) and the Box APIs.Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.

Overview
This quick start guide will walk you through how to programmatically use Okta to log in to a Box application, provision an app user in Box that is linked to the Okta user, then make Box API calls on behalf of that user. This will take you through the following steps.- so that we have a web application that we can log in to.
- and create a first user that we can use to log into the web app with, and eventually create a Box account for.
- so that we can connect your web application to Box.
- , allowing the Okta user to log in to your web application.
- the first time that Okta user logs into your web application.
- and the see the complete flow in action.
New user created: {{USERNAME}} will be output to the browser.
When attempting to log in with this user in subsequent attempts, a message
stating Hello {{USERNAME}} will now be output to the browser.
