Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

When using webhook for get chat/channel messages , the data is encrypted so we need to create a certificate to encrypt/decrypt the content.

Through Azure Key Vault you can create a certificate and access it from the code.

See here the documentation how to create a certificate step by step: https://github.com/microsoftgraph/aspnetcore-webhooks-sample/blob/master/KEYVAULT.md

After you creating the certificate, you need to assign it the azure application to allow it to use the certificate.

  1. Go to the certificate that you created in Azure and select add Access Policy

2. Under Configure from template choose: Key, Secret and Certificate Management and for Select principal click on none selected and select the application you used for connect to Graph API and save.

  • No labels