- Using the
external_app_user_idfield of a Box user to store the unique ID from the SSO provider. - Using the
loginfield of a Box user to store the unique email from the SSO provider (managed users only).
Create association with external_app_user_id
Using the external_app_user_id field of a Box user record is a viable option
for both app users and managed users, and is the recommended method when
associating a user record from an SSO provider with a Box user account.
App user
To create a new Box app user with anexternal_app_user_id association to a
SSO user record you will need two pieces of information from the SSO provider:
- UID (required): The unique identifier from the SSO user record.
- Name (optional): To maintain uniformity between the records, the SSO user name may be extracted to associate with the Box user record.
external_app_user_id definition in the user parameters.
Managed user
To create a new Box managed user with anexternal_app_user_id association to
a SSO user record you will need two pieces of information from the SSO
provider:
- Email (required): The unique email from the SSO user record.
- Name (optional): To maintain uniformity between the records, the SSO user may be extracted to associate with the Box user record.
