Gravy,
see below
Regards
Dilip
> Hi
>
> From what I understand of WSE2.0 and Policy you can declare a service as
> requiring say a Kerberose token and the .net client will automatically wrap
> your windows identity in a Kerberose tocken and send it to the server. Is
> that basically right? I'm not saying this is all policy does :-).
Not true. There are two kinds of policy interactions that WSE uses.. the
client 'enforces' policy and the server 'asserts & enforces'. But theres no
implicit knowledge of a policy on the server side to the client.
> However, if my service had a policy that says EITHER a kerberose token or a
> UserNamePassword token can be given, how can I control what the client
> sends. Basically I want the user to determine with the use of a login dialog
> their method of authentication - username and password or integrated.
So basically the client sends what is appropriate and the server validates
it based on its own policy assertion definition. As far as I know, I dont
think you can specify either or security policies in the policy
configuration.
> Regards
>
> Gravy