Skip to main content

Questions tagged [windows-authentication]

Windows Authentication is a term associated with Microsoft products that refers to the SPNEGO, Kerberos, and NTLMSSP authentication protocols with respect to SSPI functionality. The term is used more commonly for the automatically authenticated connections between Microsoft Internet Information Services, Internet Explorer, and other Active Directory aware applications, such as SharePoint.

2 votes
2 answers
569 views

I have a SharePoint 2019 single farm. I did cumulative updated until July 2022 CU. After then occurred this issue. I am using windows and form base authentication.
Furkan FIRAT's user avatar
1 vote
0 answers
413 views

I would like to display a private SharePoint site on a "public" display inside my company. We're using a solution which requires me to use a Windows Kiosk session. Can I grant the "...
yhu420's user avatar
  • 121
0 votes
1 answer
154 views

We have SharePoint configured on a domain, Domain1 where FBA is implemented to get users authenticated from Domain1. Now we have another domain, Domain2 which holds the other users that needs to get ...
Muhammad Zeeshan Tahir's user avatar
2 votes
0 answers
90 views

In a Windowsservice with a delegated Windowsidentity we access Sharepoint 2016 or 2019 by using the Sharepoint server object model (SSOM) located in the "Microsoft.SharePoint.dll". The Windowsservice ...
Jesper Mandal Hansen's user avatar
1 vote
1 answer
1k views

is there any way authenticate by node js ? i want to use node web api using sharepoint 2013 auth by username and password.after user login i will reach sharepoint lists for crud operations. i used ...
Mert's user avatar
  • 135
1 vote
0 answers
986 views

Goodnight, I have a site in Sharepoint 2019 with a webpart spfx and I have a site where a web api runs with the business logic. The api has Windows authentication From SharePoint I can connect to ...
Andres Correal's user avatar
0 votes
1 answer
55 views

I want to set our new SharePoint online site as the home page for the users' web browsers. and i want to minimize the number of login the users have to do each time they access the SharePoint site. ...
John John's user avatar
  • 1,420
1 vote
0 answers
1k views

I used this powershell script to force the user to login after one hour inactivity: $sts = Get-SPSecurityTokenServiceConfig $sts.FormsTokenLifetime = (New-TimeSpan -Hours 1) $sts.WindowsTokenLifetime ...
Arash R's user avatar
  • 11
0 votes
2 answers
5k views

I have a requirement where I need to fetch a report to pull all the active users in the SharePoint farm. We are using windows authentication in the farm. Is there any way through which I can get the ...
Muskan's user avatar
  • 886
0 votes
2 answers
10k views

I am trying to use SharePoint Rest API from a standalone application with hard-coded user id and password. The operations are working fine using this method. But we are trying to authenticate the ...
Ankit Katiyar's user avatar
1 vote
0 answers
207 views

My company has a centralized logging platform for all servers. We recently noticed that the bulk of our events come from SharePoint servers for successful logon events. If I look at "Event Viewer" -> "...
SomeGuy's user avatar
  • 166
0 votes
1 answer
286 views

I am using SharePoint 2013 with AD authentication. Since the front end application is made in Java I am using .net Web APIs to connect to the SharePoint server. So any request from the user browser(...
Ankit Katiyar's user avatar
1 vote
3 answers
3k views

I'm integrating Custom Java-IDP with SharePoint2016 using Claims Based Authentication (using WSFed11). ClaimTypeInformation shows following info. PS C:\Users\windows> $ap.ClaimTypeInformation ...
Zeigeist's user avatar
  • 121
3 votes
2 answers
315 views

I am trying to setup FBA for a SharePoint 2013 WebApplication which has Windows Authentication and Anonymous users enabled. Will these three: FBA, Windows Authentication & Anonymous users work ...
Bassam's user avatar
  • 33
0 votes
1 answer
59 views

We have webapplication extended to provided windows auth on one zone and SAML Auth using ADFS on second zone. We have SharePoint servers let's say on Contoso.com and users are Foo.com domain. This Foo....
Ronak's user avatar
  • 359

15 30 50 per page
1
2 3 4 5
10