简体   繁体   English

集成Windows Auth迁移到ADFS 1.0 asp.net

[英]Integrated Windows Auth Migration to ADFS 1.0 asp.net

I am planning to do some migration from Integrated windows auth to ADFS 1.0 for one of my web application in Asp.net/c#, Problem i am having is i cannot completely migrate to this new infrastructure, i need to maintain both system for a while. 我计划在Asp.net/c#中为我的一个Web应用程序进行一些从Integrated Windows auth到ADFS 1.0的迁移,我遇到的问题是我无法完全迁移到这个新的基础结构,我需要维持这两个系统一段时间。 question i have is how can i setup my web.configs ? 问题是我该如何设置我的web.configs? do i use user.configs to override web.configs during promotion to adfs site vs the Windows integrated side. 在升级到adfs网站和Windows集成方面,我是否使用user.configs覆盖web.configs。 my plan is to host adfs site and Windows integrated site on two different servers. 我的计划是在两台不同的服务器上托管adfs网站和Windows集成网站。 and how about the development in visual studio how can i handle it? 在Visual Studio中如何进行开发? i am very new to ADFS so i am not very familiar with the ADFS web.config changes. 我是ADFS的新手,所以我对ADFS web.config的更改不是很熟悉。

Not familiar with ADFS 1.0 but if you are planning to use FedUtil (Add STS) and if you are talking about the web.config for the ASP.NET application (ie the Relying Party), then simply backup your web.config before you run FedUtil. 不熟悉ADFS 1.0,但是如果您打算使用FedUtil(添加STS),并且正在谈论ASP.NET应用程序的web.config(即依赖方),则只需在运行之前备份web.config FedUtil。

Then backup the web.config after you run FedUtil. 然后在运行FedUtil之后备份web.config。 When you develop or deploy, just ensure you use the relevant web.config. 在开发或部署时,只需确保使用相关的web.config。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM