skip to Main Content

Azure – Teams Bot Authentication with managed identity is failing with error : Failed to acquire token for client credentials

I have implemented Teams bot and authenticating it using managed identity.But getting below error: Tried to get token using Managed Service Identity. Access token could not be acquired. Received a non-retryable error. MSI ResponseCode: BadRequest, Response: {"error":"invalid_request","error_description":"Identity not found"} at…

VIEW QUESTION

What i need to do to replace PnP.Core.Services with CSOM for our Azure Function which uses .net 6.0

I have an Azure Function which uses PnP.Core.Services to interact with SharePoint to create a list item. The Azure function is based on .net version 6.0. I have this startup.cs:- using Microsoft.Azure.Functions.Extensions.DependencyInjection; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using PnP.Core.Auth; using System.Security.Cryptography.X509Certificates;…

VIEW QUESTION
Back To Top
Search