DEV Community

Discussion on: VS Code Tip of the Week: The Thunder Client Extension

 
cavo789 profile image
Christophe Avonture

Did you know if there is any good tutorials on how to use it with OAuth2 authentication ?

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni
Thread Thread
 
cavo789 profile image
Christophe Avonture

Thanks Ranga! I think it's not my use case: the tutorial is using "Client Credentials" for the Grant type while, I think, I need to use "Authorization Code".

The app I'm trying to use is indeed using such code that I, then, need to pass back to the calling application. My redirect URL is using a "/saveCode" URI and, I think, I need to give him the generated code (once logged in).

I continue to try / search on Google...

Thread Thread
 
ranga_vadhineni profile image
Ranga Vadhineni • Edited

OAuth2 - Authorization Code is also easy to test.

Can you create a new issue on our Github page, I will share some screenshots that might be helpful.