lior I 0 Posted September 28, 2023 Hello, How can I get the OAuth2 authorization code into a Delphi 10.3.3 or 10.4.2 VCL desktop application (Exe), instead of getting it in the browser address bar? Mybe using TEdgeBrowser or indy components ? Thanks in advance Share this post Link to post
Virgo 18 Posted September 28, 2023 Embedded web server at random port and use http://localhost:port/ as redirect url... 2 Share this post Link to post
Angus Robertson 574 Posted September 28, 2023 The latest ICS offers OAuth2 with embedded Edge or MSIE browsers or external browser and a private web server. Pre-built samples at https://wiki.overbyte.eu/arch/icsdemos-clients.zip Angus 1 Share this post Link to post
Stompie 2 Posted September 28, 2023 There is the "Tfrm_OAuthWebForm" in "REST.Authenticator.OAuth.WebForm.Win" The RESTDemo Sample should help you on the way: https://docwiki.embarcadero.com/CodeExamples/Sydney/en/REST.RESTDemo_Sample Share this post Link to post