I need to use MS Identity Platform with a Delphi desktop VCL program to log into an Azure SQL DB. I have read and mostly understood https://learn.microsoft.com/en-us/azure/active-directory/develop/. There are multiple Quick Start examples for other languages. I got the Visual Studio C# example running for Graph. Does anyone have a working example of doing this with Delphi?
I have a Delphi program working fine with an Azure SQL DB, but must have an IP address listed in the DB firewall to connect. This is not practical when working outside the office, moving around. I would like to leverage Single-Sign-On instead.