Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要做的是有一个表单身份验证登录页面,用户可以在其中登录。然后用户登录并被重定向到另一个使用 AD 身份验证的网站,而无需用户再次登录。
有人有例子吗?这可能吗?
因为您在同一个域中,所以其他网站应该能够读取第一个网站的 cookie,然后询问 website1 这个用户是谁,并且 website1 返回它是“ryan”,然后 website2 将用户身份验证为 ryan。
这假设 website2 信任 website1