StarterSTS 1.1 CTP – ActAs Support

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!

This entry was posted in IdentityModel. Bookmark the permalink.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s