Hi There,
I have windows service running on a machine which is configured to use Azure Active Directory.
AD configured domain also has printers in the network.
Printers access is configured specific to users.
Now, the windows service needs to connect act as a mediator for silent authentication and print.
So, If I use impersonator mentioned at here it uses username and password.
Using Graph API from azure one can get a token to forward further and not password like details - for user to be impersonated.
Now, the impersonator given on above link works with user name and password.
Can azure AD related impersonation be done using authentication token while using aspose pdf print api?