# Dropbox (Quick Setup)

## What You'll Need

* Your Tozny account - [create one free here](https://dashboard.tozny.com/register)
* Admin access to your Dropbox Business account
* About 15 minutes to complete the setup

## Configure TozID

Create a new client application in TozID by logging into your realm, navigating to clients, and selecting "create".

![Create Dropbox Client Screen](/files/NTmLblEVVhQzalUjFwzI)

Enter the following values and select save.

| Field    | Value                  |
| -------- | ---------------------- |
| Base URL | Dropbox SSO Login URL. |

![Dropbox Redirect URL Screen](/files/now1UoCVSlkkOv8QzJg9)

## Configure Dropbox

Login to your Dropbox Business Advanced admin account. Click "Admin Console" then "Settings" from the left menu. Scroll down to find "Single sign-on" and click it.

Enable “Single Sign-on”.

![Dropbox Enable SSO Screen](/files/EYuqrDzxbYrRYBJBcoNw)

Configure the following values in Dropbox:

| Field             | Value                                                                                   |
| ----------------- | --------------------------------------------------------------------------------------- |
| IdP Sign-in URL   | TozID SAML Sign-in URL: <https://id.tozny.com/auth/realms/\\><realm-name>/protocol/saml |
| X.509 Certificate | X.509 Certificate from TozID                                                            |

![Dropbox Configuration](/files/HvPB108XteGAreWGNt6x)

Go to "Realm Settings" and click "SAML 2.0 Identity Provider Metadata"

![Get TozID X.509 Certificate](/files/w510r6p9sQPZrNugNouB)

Copy X.509 Certificate value and paste it in a new .pem file(Create a file with .pem extension).

![TozID X.509 Certificate](/files/tnudn97fe2wNeifeZ1Bj)

Dropbox requires X.509 certificate in .pem file, so create a new file with ".pem" extension and paste the certificate value in the below format.

```
-----BEGIN CERTIFICATE-----

<X.509 Certificate>

-----END CERTIFICATE-----
```

![TozID X.509 Certificate File](/files/UBFFnEoKngqt2KPI4C55)

Upload this newly created certificate file in dropbox.

## Wrapping Up

Select save and ensure your users are correctly configured in TozID. Same users should also be inside Dropbox(Team Members). Once completed, you should be able to sign in to Dropbox Teams account with TozID. Having issues? Reach us at <support@tozny.com>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.tozny.com/toz-id/enterprise-sso/dropbox-quick-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
