Hi All,
We are creating an Application using plain html and java script. we have registered the application in Azure AD and trying to connect using Adal.js
This works fine and it opens the Intermediate login page when we try to access the CRM using Application.
But our idea is not to show that page and the authentication should happen silently.
Is there any way to achieve this?
We have read somewhere it can be done using Application User. But we could not find any JS code for reference.
or is there any way to generate the authentication token using Application user and Adal.js configuration?
*This post is locked for comments