question

SalZentenoMartinez-2488 avatar image
0 Votes"
SalZentenoMartinez-2488 asked 35247258 edited

Cant'get access token using Graph API using certificate from Powershell

I'm trying to follow this article https://docs.microsoft.com/en-us/azure/active-directory/reports-monitoring/tutorial-access-api-with-certificates where we basically use a cert to access the Graph api using ´ Get-MSCloudIdMSGraphAccessTokenFromCert ´.



I've configured everything that the article ask for but when I reach the point to make the call to obtain the access token using ```Get-MSCloudIdMSGraphAccessTokenFromCert -TenantDomain "mydomain.com" -ClientID 363917dc-e4ea-4ee4-9277-a58aa5095227 -Certificate (dir cert:\CurrentUser\My\CERTFOOTPRINT) I get the following error

InvalidOperation: Unable to find type [AdalHelper].

windows-server-powershell
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I have the exact same problem.

0 Votes 0 ·

0 Answers