Automatically acquire access token for site hosted in sharepoint to authenticate in on-premise web api
Is it possible to silently, completely without user interaction, acquire access token from login.microsoftonline.com, to authenticate web api running on-premise?
I have registered an app in Azure portal.
In the sharepoint site there is a js script which is using msal.js.