How to get Auth0 token through C++ application?

Hi ,

I am creating desktop application using C++ . This application will try to access our cloud app api’s with jwt token . Our cloud app integrated Auth0 based authentication . Through my C++ application , I have to launch browser or separate dialogue where user will see my cloud app login screen , after user entered their credentials , I should be able to get access token to my C++ code back .
I tried with webview2 , but I guess it is not possible to access auth token with webview2. Is it possible or is there any other approach I can follow ?

Hi @sureshkumarpsgce,

Could you confirm if you are following the Call Your API Using the Authorization Code Flow documentation?

You might find the quickstart for native apps useful as well.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.