pnp / PnP

SharePoint / Office 365 Developer Patterns and Practices - Archived older solutions. Please see https://aka.ms/m365pnp for updated guidance
https://aka.ms/m365pnp
Other
1.9k stars 3.31k forks source link

We have observed the sharepoint online site collection creation service stopped working since week which is implemented using PnP site provisioning. #1948

Open prasadswarna opened 3 years ago

prasadswarna commented 3 years ago

Thank you for reporting an issue or suggesting an enhancement. We appreciate your feedback - to help the team to understand your needs, please complete the below template to ensure we have the necessary details to assist you. If you have a actual question, we would ask you to use SharePoint Developer Group at Microsoft Tech Community. Thanks!

Which PnP repository should you use to report the issue?

https://github.com/pnp/PnP/tree/master/Solutions/Provisioning.Framework.Cloud.Async

Category

Bug

Environment

[ ] Office 365 / SharePoint Online

If SharePoint on-premises, what's exact CU version:

Expected or Desired Behavior

We have observed the sharepoint online site collection creation service stopped working since week which is implemented using PnP site provisioning. o https://github.com/pnp/PnP/tree/master/Solutions/Provisioning.Framework.Cloud.Async o We’ve not amended it for over for some time – it was put in in 2016 and has been fine for the last 4 years o 4 to 5 days ago it stopped working o We have verified client id and secret – all valid o Request are processed Asynchronously using Azure storage and Azure web jobs

Observed Behavior

We have observed the sharepoint online site collection creation service stopped working since week which is implemented using PnP site provisioning.

Steps to Reproduce

By Clicking on Site provisioning app, error getting some thing went wrong By debugging the code, we have observed 401 Authentication error, remote server returned error

Submission Guidelines

Delete this section after reading

This is high priority, we need support as ASAP as it is critical and impacting business users.

Thanks for your contribution! Sharing is caring. PnPSite_provisioning Selfservice_App

prasadswarna commented 3 years ago

Can some one please help/suggest to resolve this issue?

russgove commented 3 years ago

could it be this? (Literally) Breaking: Changes to app authentication on SharePoint! 😵 (koskila.net) https://www.koskila.net/literally-breaking-changes-to-app-authentication-on-sharepoint-%f0%9f%98%b5/

On Fri, May 7, 2021 at 9:42 AM prasadswarna @.***> wrote:

Can some one please help/suggest to resolve this issue?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pnp/PnP/issues/1948#issuecomment-834403034, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASNDHHKRBTJVSEVBW3UNGTTMPU35ANCNFSM44EB2RFA .

prasadswarna commented 3 years ago

Hello russgove,

Thanks for your response. I have gone through the above mentioned reference, it looks app authentication stopped working for new tenants. we have raised case with MS for further support on the app authentication failure.

zeeshantc commented 3 years ago

Hi @prasadswarna did you get this resolved. Im having a similar issue.

Thanks

prasadswarna commented 3 years ago

Hi Zee,

We were unable to resolve the issue as of now. Working on TSL upgrading for the site provisioning service leading to other issues. Expecting some update by next week so will keep post update. As per MS recommended, supporting to TLS1.0 and 1.1 has been out of scope.

zeeshantc commented 3 years ago

Thanks for quick reply on this, looking forward to your update.