Single Sign On with Forms Authentication

后端 未结 5 914
野性不改
野性不改 2020-12-06 13:17

I am trying to set up Single sign on for 2 websites that reside on the same domain

e.g.

http://mydomain (top level site that contains a forms-auth login page

5条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-06 13:50

    I had used on the httpModules section, as there were items in the parent that did not exist in the bin dir for the child (/admin)

    In doing so (using that is ) I had inadvertently cleared the FormsAuthentication module specified in the web.config in C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG

    so i needed to re-add those explicitly to the child (/admin) config

提交回复
热议问题