Hey,
I have found this documentation (https://developers.dropbox.com/oauth-guide) about the usage of OAuth2.0 with dropbox.
I was wondering if there is any way to integrate OIDC (Openid Connect).
The main reason I need it, is because I need to get an 'Id Token' that has been added with the OIDC, and when trying to send a scope 'openid' (this is the standard for getting id token) it fails because it doesn't recognize this scope.
Thanks for any help.