Andrew Koltyakov

Results 105 comments of Andrew Koltyakov

It's very interesting how completely incorrect CAML could lead to a failing request? :D CAML is XML with a specific [schema](https://docs.microsoft.com/en-us/sharepoint/dev/schema/query-schema).

Hi @antrecu, For the user context, you should better rely on ADAL/MSAL based solution rather than passing user credentials to a backend somehow.

No this project was abandoned 4 years ago. It's better reaching for PnP samples for up to date SPFx development.

@Cire2302 that is what you expect from an unmaintained project published as technology sample, isn't it? Shouldn't be considered as something plug and use without adjusting but a sample and...

Btw, every web part is broken not because `MS is updating sharepoint to make this tool unusable` but due to hardcoded CDN shutdown/SSL cert expired.

I don’t think there are any files outside the sources, but manifest configuration expects some being published to that CDN root. So the solution should be changing the manifest and...

Wow @OlivierCC reacted on the issues with CDN 😱👍

For such type of apps, which emerge in my head after reading it, OAuth2 Flow (with ADAL/MSAL) is preferable. With server-side auth, there is a chance that 2Fa or CAS...

I'd check https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser and a corresponding wrapper for React or Angular or a custom one. The main challenge might be configuring AAD correctly, this article could help https://www.linkedin.com/pulse/building-single-page-application-react-msaljs-pnpjs-sergei-sergeev/ With PnPjs,...

Following an answer in Gitter: mmorandini @mmorandini 14:37 > Hello everyone, I have been experiencing a strange issue with the node-sp-auth package and I am hoping to get some help...