Skip to main content

Questions tagged [authentication]

Validation the identity of the user, usually with username and password authentication.

0 votes
0 answers
29 views

I have observed that after multiple failed login attempts (e.g., 5), the account gets locked when trying to log in through the login screen which is expected. However, when making authentication ...
Aymen's user avatar
  • 1
0 votes
0 answers
69 views

I am trying to use the CSOM library with Microsoft SharePoint Server 2016 using the latest Microsoft.SharePoint2016.CSOM NuGet package (16.0.4690.1000). The same code works with SharePoint Online ...
Jurgen Cuschieri's user avatar
0 votes
0 answers
171 views

I have been using app credentials to access SharePoint via Microsoft's .NET libraries for years. I have joined a new organization that refused to do so, so they added a new user without an inbox to ...
djsoteric's user avatar
2 votes
1 answer
282 views

I use Connect-PnpOnline with -interactive because my account uses MFA. I can connect and run my scripts against my site. I have a script that runs very long. During the execution of the script the ...
Danny's user avatar
  • 570
0 votes
1 answer
168 views

We have 5000+ SharePoint Online sites in our tenant where i have to change the Site Version setting to automatic for all existing document libraries. I am using the below to connect using an Azure App ...
user3436773's user avatar
0 votes
2 answers
68 views

I have a digital signage display that needs to show content from Microsoft 365 services like SharePoint pages, Excel files, and Word documents. The display operates unattended and has no keyboard or ...
domsch's user avatar
  • 3
1 vote
1 answer
62 views

I'm in a quandary and I can't figure out the best course of action to take. I need to develop a page that will run on SharePoint Subscription Edition but will be an authenticated internet-facing site. ...
CodeThief's user avatar
  • 111
1 vote
0 answers
229 views

I am a developer, and we are currently developing an application. Recently, we added new API permissions in SPFx. After accepting the permissions and refreshing the page, almost all permissions were ...
Sławomir Bąk's user avatar
1 vote
1 answer
255 views

I have a console application in which I am logging into SharePoint using code below. try { var authManager = new OfficeDevPnP.Core.AuthenticationManager(); using (var clientContext = ...
Dhruvil Prajapati's user avatar
0 votes
1 answer
285 views

I have a method like this : string siteUrl = "https://yourtenant.sharepoint.com/sites/yoursite"; string userName = "[email protected]"; string password = &...
JL01's user avatar
  • 1,169
2 votes
0 answers
3k views

For the past 6 weeks or so we’ve had an issue with External users getting stuck in an MFA loop. At first, it appeared to be users that had a Microsoft account (Outlook.com or Hotmail.com). Then it was ...
jazzchamp's user avatar
0 votes
1 answer
2k views

Until recently, I was able to grant access to all authenticated users in my tenant through the Everyone except external users role. This morning, I get a No results found message. Anything changed ...
Alex Filipovici's user avatar
0 votes
1 answer
589 views

I have a problem with OneNote and sync (and opening unsynced OneNote) with OneNote File stored in SharePoint Online. I receive this error: Microsoft OneNote We couldn't open that location.[OneNote ...
Marek Sarad's user avatar
  • 3,540
1 vote
2 answers
839 views

Found plenty of scripts but they are not with MFA. MFA is a standard now, do not understand why people insist of creating scripts not considering that. Can someone help?
susan's user avatar
  • 2,698
0 votes
2 answers
919 views

I am working on a project for external client >> and I needed to create some SharePoint lists, solutions & Power automate flows. Now they gave me a service account username/password, and the ...
microsoftdeveloperdesigner's user avatar

15 30 50 per page
1
2 3 4 5
48