惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
阮一峰的网络日志
阮一峰的网络日志
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cyber Attacks, Cyber Crime and Cyber Security
T
Threat Research - Cisco Blogs
P
Privacy & Cybersecurity Law Blog
The Hacker News
The Hacker News
H
Heimdal Security Blog
W
WeLiveSecurity
L
LINUX DO - 热门话题
Hacker News: Ask HN
Hacker News: Ask HN
WordPress大学
WordPress大学
The Last Watchdog
The Last Watchdog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
D
DataBreaches.Net
I
Intezer
Webroot Blog
Webroot Blog
C
Cisco Blogs
AWS News Blog
AWS News Blog
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
V
Vulnerabilities – Threatpost
罗磊的独立博客
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Schneier on Security
Schneier on Security
宝玉的分享
宝玉的分享
博客园 - 叶小钗
PCI Perspectives
PCI Perspectives
D
Docker
Scott Helme
Scott Helme
NISL@THU
NISL@THU
J
Java Code Geeks
B
Blog RSS Feed
Google Online Security Blog
Google Online Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Exploit Database - CXSecurity.com
AI
AI
美团技术团队
Cloudbric
Cloudbric
月光博客
月光博客
P
Proofpoint News Feed
T
Tailwind CSS Blog
Google DeepMind News
Google DeepMind News
小众软件
小众软件
www.infosecurity-magazine.com
www.infosecurity-magazine.com
The Cloudflare Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org

博客园 - Insus.NET

User Profile Service 服务未能登录 Visual Studio2026创建Vue项目 安装与配置node.js HTTP Error 403.14 - Forbidden VisualStudio2026回滚上一版本 消息认证码(加强) 网站无法使用插值字符串语法 HMAC(Hash-based Message Authentication Code)认证示例 企业内小网站兼用Windows验证登录 访问用户控件的函数 onblur事件改为监听处理 将警报消息改为吐司消息 内容有无变化OnBlur即时更新引起的问题与解决 混合式提高用户编辑与操作效率 光标离开文框后即刻更新 WebForm实现Web API JavaScript对GridView删除行后并重新给其数据绑定 把CS值传给JS使用 v2 确认信息confirm由C#后端移至javascript前端 无法发布网站Web Site JavaScript判断字符是否为decimal 点击单元格弹出窗口处理数据返回父页 GridView数据控件中实现单选功能 文本框输入完后直接按回车提交数据 GridView对行进行全选或单选 TextBox文本框允许用户输入正或负小数 用户单击文本并复制至剪帖板 Vue3格式化日期时间与插值 SQL Server中验证大小字母和数字 MS SQL Server 数据加密与解密实例 相册由原来Lightbox升级至Vue2瀑布流 从Visual Studio 2022升级至Visual Studio 2026 报表应用图表charts显示数据 钉钉(DingTalk)免登录 Upgrade Outlook Connector 程序中真实应用SignalR Web API路径与IIS站点应用程序名或虚拟目录 在您可以登录前,此副本的 Windows 必须被 Microsoft 激活。您想现在激活它吗 电脑系统由Win10降级Win7折腾还是折腾 System.ComponentModel.Win32Exception: Access is denied
浏览器自动发送域凭据
Insus.NET · 2026-05-17 · via 博客园 - Insus.NET

Internet Explorer / Edge(传统模式)
打开 IE → 齿轮图标 → Internet 选项 → 安全 → 本地 Intranet → 站点 → 高级
添加网站地址,例如 http://your-server-name 或 http://*.yourdomain.com

或者,
打开控制面板  → 网络和Inernet  → Internet选项 → 安全 → 本地 Intranet → 站点 → 高级
2026-05-17_15-12-43


2026-05-17_15-14-33

2026-05-17_15-15-41

2026-05-17_15-17-07

2026-05-17_15-19-14


关闭对话框,回到“本地 Intranet” → 自定义级别 → 找到“用户身份验证” → 选择 “只在 Intranet 区域自动登录”(默认就是这个,一般不用改)。
2026-05-17_15-31-15

Chrome / Edge (Chromium)
Chrome 遵循 Windows 的 Intranet 设置。只要在 IE 中把站点加入了本地 Intranet,Chrome 也会自动识别并自动发送凭据。

Mozilla Firefox
2026-05-17_15-51-15

分别找到
network.automatic-ntlm-auth.trusted-uris

network.negotiate-auth.delegation-uris

分别填上你的http://your-server-name 或 http://*.yourdomain.com

如果有多个域名,可以使用逗号分隔。
关闭 about:config 窗口。

下面是针对IE和Chrome的批量处理,前往域控制器,打开组策略编辑器,
2026-05-17_16-35-07

 2026-05-17_16-38-31

组策略生效,大约需要1个半小时至120分钟左右。
想立即生效,可以在域控制器执行下面命令:
gpupdate/force

经过一系列操作。
用户在登录网站时,它会第一时间去检查windows认证获取User.Identity.Name而不需要用户输入域用户和密码进行免登录。