kbeeveer46
kbeeveer46
Same for me on v2.1.12. I have not updated to the latest version to see if it's fixed because that version has an annoying bug that scrolls the page up...
I am interested in this, as well. Is ADAL the reason why SharePoint sites barely work in Safari because of its cross-site/third party cookie blocking Safari enables by default? I...
https://github.com/SharePoint/sp-dev-docs/issues/9301
What about SharePoint alerts? We built our own custom document library UI web part using the files/folders PnP JS API but it doesn't have anything for alerts. We have a...
Is there another way to get a token rather than using` aadHttpClientFactory` or `aadTokenProviderFactory.getTokenProvider().getToken()` All we need the token for is for our API calls to know a request came...
@lebisalarcon-sparrow You may be on to something. During our outage yesterday, I was poking around our back end looking at different pages and went to the API access page at...
@andrewpeterson99 We have 1,400 external guest users that log into our SharePoint which we use for our client portal. We require the user to set up MFA with the auth...
@andrewpeterson99 Since the last time I commented we've gotten the "Token renewal operation failed due to timeout" error once from a user within our company and 3 times from an...
@andrewpeterson99 I'm not sure what "access_as_user" is. We do not use a permission by that name. Is it the same thing as user_impersonation? The app registration that our SharePoint webparts...
What are you trying to do with the file? Get the file so the user can download it in their browser? We use getFileByServerRelativePath but we use getBlob() instead of...