Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Pass security context in WCF

 
 
Old 09-11-2006   #1 (permalink)
=?Utf-8?B?RGVlcHM=?=


 
 

Pass security context in WCF

I want to pass the security context informations which consists more than
username password atleast 5 parameters.

With initial version of web services we were plannning to this over using
SOAP Headers. Is there something available in WCF to pass te security context
information from web application to web services?

My System SpecsSystem Spec
Old 09-11-2006   #2 (permalink)
Arkady Frenkel


 
 

Re: Pass security context in WCF

Only basicHttpBinding have no message/transport security by default, all
other do have or message or transport security , so
use wsHttpBinding ( message security is on by default ) and you can check
that your data send encrypted
Arkady

"Deeps" <Deeps@discussions.microsoft.com> wrote in message
news:B8148C03-8F54-444F-AE5E-98BFC8BA296D@microsoft.com...
>I want to pass the security context informations which consists more than
> username password atleast 5 parameters.
>
> With initial version of web services we were plannning to this over using
> SOAP Headers. Is there something available in WCF to pass te security
> context
> information from web application to web services?



My System SpecsSystem Spec
Old 09-11-2006   #3 (permalink)
=?Utf-8?B?RGVlcHM=?=


 
 

Re: Pass security context in WCF

Hey,
May be I was not clear in my question, what I meant was I want to pass user
credentials from web applictaion to web service.

My credentials need to have user name, password, user logged in at which
level based on which I can get the role and permissions for that user and
execute the further requests from the user.The ClientCredential class allows
only the user name and password to be passed over to web service, is there
any other way with which I can pass this information to web service in WCF?



"Arkady Frenkel" wrote:

> Only basicHttpBinding have no message/transport security by default, all
> other do have or message or transport security , so
> use wsHttpBinding ( message security is on by default ) and you can check
> that your data send encrypted
> Arkady
>
> "Deeps" <Deeps@discussions.microsoft.com> wrote in message
> news:B8148C03-8F54-444F-AE5E-98BFC8BA296D@microsoft.com...
> >I want to pass the security context informations which consists more than
> > username password atleast 5 parameters.
> >
> > With initial version of web services we were plannning to this over using
> > SOAP Headers. Is there something available in WCF to pass te security
> > context
> > information from web application to web services?

>
>
>

My System SpecsSystem Spec
Old 09-12-2006   #4 (permalink)
Arkady Frenkel


 
 

Re: Pass security context in WCF

Why not just send that data as parameter to some service function and it
will use it in advance, like
PrincipalPermission class use "role" in addition, which can be received by
service from function e.g. GetRole()

Arkady


"Deeps" <Deeps@discussions.microsoft.com> wrote in message
news:099CDC5A-DF3E-4F27-B153-7D38F86305F1@microsoft.com...
> Hey,
> May be I was not clear in my question, what I meant was I want to pass
> user
> credentials from web applictaion to web service.
>
> My credentials need to have user name, password, user logged in at which
> level based on which I can get the role and permissions for that user and
> execute the further requests from the user.The ClientCredential class
> allows
> only the user name and password to be passed over to web service, is there
> any other way with which I can pass this information to web service in
> WCF?
>
>
>
> "Arkady Frenkel" wrote:
>
>> Only basicHttpBinding have no message/transport security by default, all
>> other do have or message or transport security , so
>> use wsHttpBinding ( message security is on by default ) and you can check
>> that your data send encrypted
>> Arkady
>>
>> "Deeps" <Deeps@discussions.microsoft.com> wrote in message
>> news:B8148C03-8F54-444F-AE5E-98BFC8BA296D@microsoft.com...
>> >I want to pass the security context informations which consists more
>> >than
>> > username password atleast 5 parameters.
>> >
>> > With initial version of web services we were plannning to this over
>> > using
>> > SOAP Headers. Is there something available in WCF to pass te security
>> > context
>> > information from web application to web services?

>>
>>
>>



My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
pass-through disk Virtual Server
How to pass credentials? PowerShell
pass security popup windows Vista General
Security Matters — Microsoft 2006 Security Summits Provide Security Training for Detroit Businesses Vista News
Security Matters — Microsoft 2006 Security Summits Provide Security Training for Detroit Businesses Vista News


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46