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

graph subscription not support TLS1.3

Open karnse opened this issue 1 year ago • 0 comments

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": { "date": "2025-02-24T08:24:39", "request-id": "c579a5aa-a52a-42ca-80e9-8c0702ebf021", "client-request-id": "c579a5aa-a52a-42ca-80e9-8c0702ebf021" } } }

karnse avatar Feb 24 '25 12:02 karnse