Direct Login Links
Dropzone environments can authenticate using a username/password, or federate against Google or Microsoft providers, or against your SAML IDP. In the unauthenticated case when you visit your Dropzone URL it will send you to the login page:

For federated / SAML logins, you can save clicks by bookmark a more specific URL that will log you in directly, as if you clicked the login button of your choice.
Assuming your domain is https://mycompany.dropzone.app you could use the following links instead.
Log in with Google
https://mycompany.dropzone.app/oidc/authenticate/?idp=google
Log in with Microsoft
https://mycompany.dropzone.app/oidc/authenticate/?idp=entra
Log in with your SSO provider
https://mycompany.dropzone.app/oidc/authenticate/?idp=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx
For the customer SSO provider case reach out to your Customer Success representative and they can get you the uuid that is associated with your corporate SSO and use that in place of the xxxx....xxxx
placeholder above.
Impatient and geeky? To find this uuid from your Dropzone representative, from the login page right click on your corporate SSO login button, select "Inspect", and you'll find it as the value associated with the data-identity-provider-id
, as seen here:
<button data-identity-provider-id="01234567-0000-0000-0000-ba9876543210">
Okta Direct Login Link via Bookmark App
While you can't create an "IDP-initiated" SAML app for Dropzone, you can achieve a similar effect
Create the Okta app as described in Okta SAML
Be sure to Click "Do not display application icon to users" - this app stays hidden
Make a new Okta "Bookmark App" by following the instructions on Okta's Bookmark App site
Share it to the same users as the SAML app
Use a url like shown in the table earlier that ends in
?idp=xxxxx...
specific to your login button
Last updated
Was this helpful?