Does your Organization have a single Domain and still requires users to pass-in the Domain name in the credentials to login (Domain\userid) ?
There is a way to bypass this through IIS (but only if your organization has a single domain).
We will enable Basic Authentication on our site which is a Challenge-Based authentication mode and will prompt the user to pass their credentials in order to login.
- Navigate to your site from IIS.
- Click on 'Authentication' under the IIS heading.
- Right click Basic Authentication --> Enable (Important - This will send the credentials in plain text, so it is recommended to use SSL certificate (TLS) if using this kind of authentication and have an https site).
- Right click Basic Authentication --> Edit --> Enter the Default domain - This domain will be passed by default and user can pass just the userid
- Now if you access the SharePoint site URL, you should be able to get in by just passing the User Id and without the domain name.

You can also use different combinations of authentication (say Windows + Forms)

Though this approach works well, it is advisable to consult your respective network and security team before implementing.
Have Questions? Post them here!
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!