I have an application that sends emails via outlook office 365. The application uses the Overbyte components sslsmtpclient, sslcontect, icsrestemail
and was developed in Delphi 11 on Windows 10 (ICS v8), and the co ordination to obtain 'tokens' etc with a web page initially popping up to log in to MS and verify the user continues to work.
With the release of Delphi 12 last year I am using ICS v9. The application behaves the same on an initial email send attempt to obtain tokens and authorize against the microsoft outlook com user, HOWEVER the web page login now 'redirects' to a GITHUB LOGIN to get to microsoft... THIS IS different than ICS v8 application. I have a GITHUB account but my users DO NOT.. (and do not need one)
It has been over 1 year since I developed the Delphi 11 ICS v8 application - is there some low level source code settings that I need to modify 'not' to use GITHUB or a setting in one of the components I am missing?
Thanks in advance all - PS Happy New Year!