Is there a MSAL/ADAL equivalent for C++ ? I would like to natively support getting access tokens for Azure in C++ (rather than build a bridge of some kind by using python version.)
Thank you
Is there a MSAL/ADAL equivalent for C++ ? I would like to natively support getting access tokens for Azure in C++ (rather than build a bridge of some kind by using python version.)
Thank you
I am the current contact at Microsoft for both MSAL or ADAL C++.
Microsoft has MSAL C++ in development and it will eventually be open source. Its code is used in major products made my Microsoft. ADAL C++ is not released externally and is not open source.
Our guidance is to interop with Python or .NET at this time.
There actually is a C++ ADAL SDK, Microsoft releases it to partners and uses it internally. It is not generally available, but if your company has a liaison with Microsoft, you can ask for it.