How to use Custom login Page (.aspx) as link FBA for Windows Authentication instead of Pop up in Sharepoint 2019

ananpeculiar 181 Reputation points
2020-11-06T07:56:23.71+00:00

I am Using Sharepoint2019 On-Premise

I am looking to use separate .aspx page for authenticate users for Sharepoint2019,

I tried the Form-Based Authentication(https://learn.microsoft.com/en-us/previous-versions/office/sharepoint-server-2010/ee806890(v=office.14)) and it works for authentication but the user profiles are not getting synced from our current Active Directory, so i would like the go back to the windows authentication but instead of pop-up should i would like the .aspx

I want to Use this page for Windows Authentication :-

37992-aspx.jpg

I Do Not Want This SIgn in pop-up

37966-windowsaspx.jpg

Is there any way to accomplish this task.

SharePoint Server
SharePoint Server
A family of Microsoft on-premises document management and storage systems.
2,249 questions
SharePoint Server Development
SharePoint Server Development
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Development: The process of researching, productizing, and refining new or existing technologies.
1,577 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,840 questions
0 comments No comments
{count} votes

Accepted answer
  1. Trevor Seward 11,691 Reputation points
    2020-11-06T19:59:21.823+00:00

    You would need to put a service in front of SharePoint to do this. Windows Integrated Authentication naturally requires the WIA popup. Forms-based authentication uses a method other than Windows authentication.

    One suggestion to look at would be to use AD FS and Web Application Proxy. This solution would require you to configure Kerberos Constrained Delegation for the SharePoint Web Application. In addition, the WAP server(s) need to be joined to Active Directory. Finally, on AD FS you would set up a non-claims aware relying party.

    DNS for your Web Application would be pointed at the WAP server (or load balancer routing to WAP) and users would log in there using an FBA experience but still using Windows auth on the back end.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful