# 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](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-547d81c158455a5b25e0f07cabdfaaa0e43f8d18%2FTozid_Add_Dropbox.png?alt=media)

Enter the following values and select save.

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

![Dropbox Redirect URL Screen](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-2b6ae13723fe47d89f9b9f3974ba87030ba27cdc%2FDropbox_SSO_url.png?alt=media)

## 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](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-221d5c1ee0cc54098b58e69d2ff33670dd57eabb%2FDropbox_enable_SSO.png?alt=media)

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](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-8528376ced9f14be603ecb6d9108b7406c376e93%2FDropbox_config.png?alt=media)

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

![Get TozID X.509 Certificate](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-e0a0f3ee921f84aa323ffab0893e7e30e3416f0e%2FTozid_X.509_Certificate.png?alt=media)

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

![TozID X.509 Certificate](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-25541276223522b53d1cc91fac1d705fbf3b6fea%2FTozid_X.509_Certificate_value.png?alt=media)

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](https://1719691419-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-L_m_2uhTi1Yrua9v6wA%2Fuploads%2Fgit-blob-ba542cd8a190d23f31519f723ae05ec5b285ba89%2FTozid_X.509_Certificate_file.png?alt=media)

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>
