Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
icefishandrew
1 year agoExplorer | Level 3
OIDC Using .NET SDK
Does the .NET SDK support OIDC? Looking at the OpenID Connect Guide, after a call to /oauth2/token I should receive an id_token which is a JWT. Using the PKCEOAuthFlow.ProcessCodeFlowAsync() return...
- 1 year ago
Hi icefishandrew,
I just wanted to provide you with an update, I have confirmed that "id_token" is indeed currently not included in the OAuth2Response—as originally reported. That said, I've passed this feedback along as a feature request to the team. I can't promise if or when that might be implemented though.
As it stands, the only workaround would be to create an HTTP request in .NET (or using another package of your choosing) to the /oauth2/token endpoint to obtain that "id_token".
DB-Des
Dropbox Community Moderator
1 year agoHi icefishandrew,
I just wanted to provide you with an update, I have confirmed that "id_token" is indeed currently not included in the OAuth2Response—as originally reported. That said, I've passed this feedback along as a feature request to the team. I can't promise if or when that might be implemented though.
As it stands, the only workaround would be to create an HTTP request in .NET (or using another package of your choosing) to the /oauth2/token endpoint to obtain that "id_token".
icefishandrew
11 months agoExplorer | Level 3
Thank you
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!