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.
148 questions
2
votes
2
answers
569
views
SharePoint 2019 cannot credential on Chrome 80+ versions [closed]
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.
1
vote
0
answers
413
views
Showing a SharePoint site inside a Windows Kiosk session
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 "...
0
votes
1
answer
154
views
SharePoint FBA and windows authentication needs Trust Relationship between domains?
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 ...
2
votes
0
answers
90
views
How switch from a windowsidentity context to a context that represents a sharepoint windowsclaims user
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 ...
1
vote
1
answer
1k
views
Sharepoint 2013 authentication node js
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 ...
1
vote
0
answers
986
views
SharePoint authentication - Web api
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 ...
0
votes
1
answer
55
views
Why we only get the "Stay Singed in?" dialog on IE web browsers & can we allow Single Sign-on to sharepoint online
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. ...
1
vote
0
answers
1k
views
Sharepoint 2016 windows authentication issue
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 ...
0
votes
2
answers
5k
views
Get list of active users in SharePoint Farm
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 ...
0
votes
2
answers
10k
views
SharePoint 2013 remote authentication in Rest API
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 ...
1
vote
0
answers
207
views
SharePoint Windows logging - account was successfully logged on 4624 - why so frequent?
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" -> "...
0
votes
1
answer
286
views
How to connect to SharePoint from different server
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(...
1
vote
3
answers
3k
views
Trusted login provider is not sending configured input identity claim type 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress'
I'm integrating Custom Java-IDP with SharePoint2016 using Claims Based Authentication (using WSFed11). ClaimTypeInformation shows following info.
PS C:\Users\windows> $ap.ClaimTypeInformation
...
3
votes
2
answers
315
views
Windows Authentication, FBA and Anonymous users
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 ...
0
votes
1
answer
59
views
SharePoint 2013 authentication senario
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....