-
Notifications
You must be signed in to change notification settings - Fork 192
Connect-graph: Value cannot be null, Parameter name: certificate #52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I'm getting this as well. |
The error indicates that the certificate was not found in |
Hi @peombwa |
I was battling with the same issue, and indeed, I my certificate was in the localmachine, not in the current user. Other thing, I did export the certificate wihout keys, and uploaded in azuread into my app. Finally I got connected. |
This helped me.. I was clueless on why the cert was failing error "certificate was not found or has expired" No logs were logged in CAPI which corresponds to the cert I am using.. Adding the cert to users store fixed the issue. That explained why it was failing with no cert found. |
Trying to connect mg-graph via a certificate returned from my azure key vault. This runs fine locally but when i run it under an automation account, i get an error stating that the certificate has expired or not found. What might be causing this ? I know for sure that the certs are valid and work great when called locally. |
Hi
I'm testing out the msgraph-sdk-powershell and have installed the module. Using powershell 5.1.
I have Registered an App in my Azure and added a certificate that was created based on .\Create-SelfSignedCertificate.ps1 (https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread)
When trying to connect I get the following error:
Connect-Graph -ClientId $clientId -TenantId $TenantId -CertificateName "CN=MyCompanyName"
I'm doing something wrong:s, but what?
Im able to get information via the app-registration using the
Invoke-RestMethod -Headers $Headers -Uri "https://graph.microsoft.com/v1.0/users/$UserPrincipalName/photo" -Method Get
Which means that the app registration and permissions are ok, perhaps I need to create a certificate another way?
Any tips are welcome!
brgs
Bjørn
The text was updated successfully, but these errors were encountered: