Hi Experts,
I am using Azure AD Out-of-the-box Authentication. Login is successful.
https://working-angular-webapi.azurewebsites.net/.
Email: aadtester@jeanpaulvagmail.onmicrosoft.com Password: authentication1!
ID Token also found through URL:
https://working-angular-webapi.azurewebsites.net/.auth/me
However I need to get a Graph API Token also on behalf of User. I added the permission with "delegated" on Directory.Read.All for the AAD App Registration.
So using ID Token can I get a Silent Access Token from client-side or server-side?
(without Login prompt again)
What will be the code look like?
Thanks in advance.