Authenticating dropbox using SAML response token

49 Views Asked by At

We are trying to implement a logic to connect dropbox using azure SAML response token. We have already authenticated user in our application using saml with the same response token we want to redirect it to dropbox home page without providing dropbox creds as authentication is already done using SAML earlier. We are only able to find oauth2 code to connect with dropbox, not able to find a code where we can use saml token response to connect with dropbox.

Any help would be appreciated :) Thanks in advance :) :)

1

There are 1 best solutions below