Imagine an Intranet with many divisions inside a company like:
\Home
….\Division A
….\Division B
….\Division C
….\Division D
…
….\Division XXX
There are a lot of divisions – around 50. In essence, each division is essentially a separate web site.
Currently, WIA is used.
Now the company (which is Microsoft centric) wants to set up SSO with other organisations so they decide to install ADFS v2.
However, some divisions don’t like the idea.
If we FBUtil the web.config at the base level, then the whole site will be protected.
To protect some divisions and not others, I guess we could FBUtil the web.config at the division level for those that require ADFS but that rapidly becomes a maintenance nightmare because there are so many of them of them.
Is there a better way to allow ADFS across some divisions but leave some still authenticating as they do now.