[Cosign-discuss] IIS 7-cosign3.0.1-realm filtering

2013-03-12 Thread Dainty, Scott
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.

Thanks for any assistance.

Scott

Scott A. Dainty
Programmer/Analyst
Financial Information Systems, PSU
email: s...@psu.edumailto:s...@psu.edu


--
Symantec Endpoint Protection 12 positioned as A LEADER in The Forrester  
Wave(TM): Endpoint Security, Q1 2013 and remains a good choice in the  
endpoint security space. For insight on selecting the right partner to 
tackle endpoint security challenges, access the full report. 
http://p.sf.net/sfu/symantec-dev2dev___
Cosign-discuss mailing list
Cosign-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cosign-discuss


Re: [Cosign-discuss] IIS 7-cosign3.0.1-realm filtering

2013-03-12 Thread Andrew Mortensen

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