StarterSTS 1.1 CTP – ActAs Support
Posted
by Your DisplayName here!
on Least Privilege
See other posts from Least Privilege
or by Your DisplayName here!
Published on Mon, 24 May 2010 12:05:19 GMT
Indexed on
2010/12/06
17:00 UTC
Read the original article
Hit count: 245
IdentityModel
Due to popular demand, I added identity delegation (aka ActAs) support to StarterSTS.
To give this feature a try, first download the new bits and add a enableActAs = true to startersts.config. You then have to configure which user account is allowed to delegate, as well as the target realm to delegate to. This is done in usermappings.config, e.g.:
<userMappings xmlns="http://www.thinktecture.com/configuration/usermappings">
<user name="middletier">
<mappings>
<mapping type="ActAs"
value="https://server/service.svc" />
</mappings>
</user>
</users>
</userMappings>
Please use the forum for any feedback. thanks!
© Least Privilege or respective owner