On Mar 12, 2013, at 1:25 PM, "Dainty, Scott" <s...@psu.edu> wrote:

> I apologize if this has been addressed. Our setup is such that users 
> authenticating to the cosign server can be authenticated from either 1 of 2 
> realms. Users from either realm receive a valid cosign token. Is there an 
> easy way in IIS 7 to authorize or restrict access to static content in 
> specific directories to users from a particular realm? I should admit to know 
> next to nothing about ASP coding.

Sounds like you'd be able to get what you want simply by requiring the factor 
for the realm of users who should be granted access. In IIS7, that would mean 
adding :

        <add factor="REQUIRED_REALM" />

in the directories' web.config files for the service you're protecting:

        <service name="cosign-someservice">
                <add factor="OTHER_REALM.PSU.EDU" />
        </service>

andrew
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss

Reply via email to