The azure active directory authentication libraries (adal) gives you the ability to add support for microsoft's cloud identity apis to your application, including support for office365 and. Adal and msal are only for authorization and not authentication correct? Var aadtenantdomain = tenant domain.
Adal Ramones Divulga
Once a user is logged in, you have to acquire.
The legacy adal library acquires a token by clien app id and client secret, something like:
I'm developing a spa app in react that needs to integrate with azuread and the graphapi (implicit flow). My question is very similar to: I'm trying to develop a vuejs single page application that logs you into aad so that i can get an access token to call various apis (e.g. To acquire a access token and a refresh token you need to use microsoft's msal library instead of adal.
Where is this id from? In the example it mentions: There is absolutely no way to refresh your token without using msal. 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