Questions tagged [adfs]
Active Directory Federation Services (AD FS for short) is a software component developed by Microsoft that can be installed on Windows Server operating systems to provide users with Single Sign-On access to systems and applications located across organizational boundaries.
186 questions
0 votes
0 answers
56 views
SharePoint on Prem Rest API call from ADFS Authentication (SAML)
I have been struggling to call SharePoint Rest API from Postman. The site is using ADFS Authentication & registered on ADFS using URN. By following multiple Articles, I first Registered an App in ...
0 votes
1 answer
134 views
Unable to open documents with Office Web Apps when browsing through extended Web Application
This is related to SharePoint 2019 on-premise, interfacing with ADFS and Office Online Server (formally known as Office Web Apps). I have a single-server SharePoint Farm with multiple web applications....
0 votes
1 answer
51 views
Users are not displayed as existing sites when new site collection is created after SharePoint Upgrade from 2016 to SharePoint Subscription edition
I am currently working on SharePoint server upgrade from 2016 to SharePoint server Subscription Edition. Users are configured using LDAPCP as we are using ADFS authentication and able to see the users ...
0 votes
1 answer
208 views
How to open document in Microsoft Office via reverse proxy?
We have a reverse proxy that does SAML authentication and then translates it to kerberos delegation to our SharePoint Server Subscription Edition web app with Windows Integrated authentication. This ...
0 votes
1 answer
670 views
Grant rights on ADFS users on SharePoint Site
I have successfully configured ADFS Authentication in SharePoint but unable to grant rights to users on ADFS based Site. There are two zones in my Site: Default: which is there to Enable Windows ...
1 vote
1 answer
327 views
Avoid Sign in Mode Selection while logging in through ADFS SharePoint
I have successfully integrated SharePoint 2016 On Premise Site with ADFS. When I hit the Site URL, it asks me to select either Windows Authentication Mode or ADFS. I want the site to directly route me ...
0 votes
1 answer
2k views
Use AD FS SAML token to authenticate with SharePoint 2019
EDIT: Updated question as I was able to solve part of the issue thanks to lehuspohus!* I have fetched a SAML Token from AD FS for the Relying Party I have set up with my local SharePoint server using ...
1 vote
1 answer
664 views
ADFS configuration for SharePoint 2016 new web application
I have successfully configured for one web application. While adding the second web application using PowerShell script I have given wrong urn and now when I try to update the urn in SharePoint it ...
0 votes
1 answer
485 views
Sharepoint 2019 - Adfs and NTLM - strange behaviour
We have a SharePoint 2019 on premise installation. We use ADF authentication to provide federate auth. To keep search working we also have NTLM enabled. On our main web application, we have two zone, ...
2 votes
1 answer
3k views
What the difference between these endpoint to authenticate RST2.srf vs extSTS.srf?
We use two endpoints https://login.microsoftonline.com/extSTS.srf and https://login.microsoftonline.com/RST2.srf to authenticate. Can anybody explain to me the difference between them?
0 votes
1 answer
2k views
SharePoint - Publish internet site with reverse proxy, NTLM Authentication , and FBA
I need to publish a SharePoint internet web site by implementing the three-tier network zoning, it will be determined as follows: 1- Reverse Proxy Server resides in Internet DMZ Zone. 2- All ...
3 votes
0 answers
504 views
How to login via ADFS to SharePoint via REST API
I cannot seem to remotely authenticate via a REST API script for a SharePoint 2016 on premise installation that is using ADFS for authentication. In my case, I am using remote queries using ...
0 votes
0 answers
218 views
SharePoint 2016 ADFS Saml authentication and incoming email issue
We have a SharePoint Server 2016 farm and configured AD FS authentication via SAML. Email address is used as a user identifier. When we enable incoming email on a document library. Depending on the ...
0 votes
1 answer
76 views
Sharepoint ADFS Claims based auth trying auth on wrong server
Lab Environment: Two Stand-alone SharePoint 2016 VM servers. One was initially set up for testing and proof of concept (Server A). Once the concept was proven viable, I was tasked with creating a ...
1 vote
0 answers
165 views
Get ADFS claims using JavaScript
Anyone using ADFS with 2016. We would like to get users claims in a SPFX webpart or with JavaScript. Can't find anything on the topic