aspnetcore-webhooks-sample icon indicating copy to clipboard operation
aspnetcore-webhooks-sample copied to clipboard

This sample shows how to subscribe for Microsoft Graph webhooks using application (app-only) permissions and the Azure AD endpoint.

Results 7 aspnetcore-webhooks-sample issues
Sort by recently updated
recently updated
newest added

here https://github.com/microsoftgraph/aspnetcore-webhooks-sample/blob/9be538d386f941ecfa675c902cb596ae42d7a8ea/src/GraphWebhooks/Controllers/ListenController.cs#L76 and there https://github.com/microsoftgraph/aspnetcore-webhooks-sample/blob/9be538d386f941ecfa675c902cb596ae42d7a8ea/src/GraphWebhooks/Controllers/LifecycleController.cs#L54 The following line needs to be added ```csharp ApiClientBuilder.RegisterDefaultDeserializer(); ```

bug

How do I develop an ASP.NET Core application that listens to change notification upon receiving a new mail based on some condition? I've already created a sample app by referring...

As described in #170 replace custom token validation code once https://github.com/microsoftgraph/msgraph-sdk-dotnet-core/issues/317 is fixed. @baywet

subscription resource type can be v1_3 from document but when try to use it, it return error { "error": { "code": "ValidationError", "message": "Invalid property value for LatestSupportedTlsVersion", "innerError": {...

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. Release notes Sourced from github/codeql-action's releases. v3.30.7 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...

dependencies
github_actions

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 4 to 5. Release notes Sourced from actions/setup-dotnet's releases. v5.0.0 What's Changed Breaking Changes Upgrade to Node.js 24 and modernize async usage by @​salmanmkc in actions/setup-dotnet#654 Make...

dependencies
github_actions

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @​salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...

dependencies
github_actions