Re: Token assert
From: William Stacey [MVP] (staceywREMOVE_at_mvps.org)
Date: 01/14/05
- Next message: Nathan Anderson: "Re: WSE TCP and UsernameTokenManager?"
- Previous message: Hernan de Lahitte: "Re: WSE 2.0 and alternate X.509 cert store locations"
- In reply to: William Stacey [MVP]: "Token assert"
- Next in thread: Scribnar: "Re: Token assert"
- Reply: Scribnar: "Re: Token assert"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 Jan 2005 16:06:43 -0500
I ended up posting some code at my MSN blog
http://spaces.msn.com/members/staceyw
This integrates a few different things I have been blogging about and
posting here, such as:
1) Passing a SendHashed username token and have it verify in custom UTM.
2) Setting the CurrentPrincipal in the UTM to allow std code access security
checks.
3) Sample UserDB and User classes with the pw and verifier encryption logic.
HTH
-- William Stacey, MVP http://mvp.support.microsoft.com "William Stacey [MVP]" <staceywREMOVE@mvps.org> wrote in message news:#OVwMfl#EHA.2076@TK2MSFTNGP15.phx.gbl... > It seems you can require a token (i.e. UsernameToken) via policy (xml file) > or code with a manual enumeration of the tokens and checking roles. Would > it not be easier to just use an Attribute of some sort at the top of the web > service method(s) you want to require UsernameToken attached with an > optional "roles" array? Is that already there and I am not finding it? tia > > -- > William Stacey, MVP > http://mvp.support.microsoft.com > >
- Next message: Nathan Anderson: "Re: WSE TCP and UsernameTokenManager?"
- Previous message: Hernan de Lahitte: "Re: WSE 2.0 and alternate X.509 cert store locations"
- In reply to: William Stacey [MVP]: "Token assert"
- Next in thread: Scribnar: "Re: Token assert"
- Reply: Scribnar: "Re: Token assert"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|