Replies: 2 comments
-
#4250 is a pinned issue that explains what to do. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response. I used to use the bellow command in Azure pipelines (command line): Connect to SharePoint Onlinetry { Add to SharePoint Onlinetry { Connect to the app catalogConnect-PnPOnline Upload the app to the app catalogAdd-PnPApp -Path $(System.DefaultWorkingDirectory)/_IDBGnet_Project_sprint_1_2_dev/drop/isdb-sprint-1-and-2.sppkg Write-Host "Added to SharePoint Online successfully." and Facing the following error: I have granted the following permission to the application: Microsoft Graph > Sites.FullControl.All (Application permission) |
Beta Was this translation helpful? Give feedback.
-
In azuer devops, we are facing the following issue:
Error: AADSTS700016: Application with identifier '31359c7f-bd7e-475c-86db-fdb8c937548e' was not found in the directory '(IsDB)'. This can happen if the application has not been installed by the administrator of the tenant or consented to by any user in the tenant. You may have sent your authentication request to the wrong tenant. Trace ID: fc4847ce-b49a-4440-b842-eb6f40c2f101 Correlation ID: 6fe55d13-bab9-488c-b1b3-fc3c115408d3 Timestamp: 2025-01-09 07:42:03Z
it was working fine a month ago. the configuration as follow:$(username) --password $ (password)
o365 login https://$(tenant).sharepoint.com/$(sharepointsiteurl) --authType password --userName
Beta Was this translation helpful? Give feedback.
All reactions