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 ?