Dropbox is a sponsored partner of eduGAIN and InCommon, and supports these standards. This article details how to enable eduGAIN- or InCommon-supported SSO for your Dropbox Business account.
What is InCommon and eduGAIN?
eduGain describes itself as "…a global interfederation service that interconnects multiple identity federations, both technically and legally. It allows a user from one identity federation to access services in another identity federation." (Source)
InCommon Federation, commonly shortened to InCommon, is a framework for trustworthy shared management of access to online resources. It is specific to the US market.
InCommon is often confused as an identity provider (IdP). In reality, InCommon is a protocol that your IdP may support to provide specific security enhancements to abide by the InCommon Standard.
The Dropbox version of single sign-on (SSO) abides by both the eduGAIN and InCommon frameworks.
How do I enable supported SSO with eduGAIN or InCommon?
If you're a Dropbox Education admin, contact your account team and request that they turn on the required eduGAIN or InCommon attribute setting. Once this setting is on, follow the steps under each of the three sections in this article to complete the setup process.
Configuring Shibboleth IdP to comply with eduGAIN or InCommon
- If you're a Dropbox Education admin, contact your account team and request that they turn on the required eduGAIN or InCommon attribute setting.
- Retrieve eduGAIN or InCommon metadata.
- Set up the attribute filter.
afp:AttributeFilterPolicy id="DROPBOX_INCOMMON"
afp:PolicyRequirementRule xsi:type="basic:AttributeRequesterString"
value="https://dropbox.com/sp"/
Scroll right to see the full InCommon code snippet
Prepare needed information
To configure SSO in the Dropbox admin console, you'll need two pieces of information: the sign-in URL and the X.509 certificate.
The sign-in URL can be found in the eduGAIN or InCommon metadata under your organization's IdPSSODescriptor, and looks similar to this example:
SingleSignOnService Binding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
Location="https://shibidp.university.edu/idp/profile/SAML2/Redirect/SSO"/
Scroll right to see the full code snippet
In this case the URL needed for Dropbox is below, which is also the URL that leads to the authentication portal.
https://shibidp.university.edu/idp/profile/SAML2/Redirect/SSO
The X.509 certificate is located in the credentials folder and is usually called idp.crt. A typical file path to this certificate is /opt/shibboleth-idp/credentials/idp.crt.
Dropbox admin console configuration
- Sign in to dropbox.com with your Dropbox Business admin account.
- Open the Admin Console.
- Click Settings.
- Under Authentication, select Single sign-on.
- Enable SSO in Optional or Required mode. (Optional mode is for testing and Required mode is for production.)
- Paste the sign-in URL (collected earlier in this article).
- Upload the X.509 certificate (collected earlier in this article).
- Under SAML NameID Format, select Transient ID + Email Assertion.