![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | 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 Specs![]() |
| | #2 (permalink) |
| Guest | 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 Specs![]() |
| | #3 (permalink) |
| Guest | 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 Specs![]() |
| | #4 (permalink) |
| Guest | 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 Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| pass word | my studd | Vista mail | 1 | 06-20-2008 07:20 PM |
| pass security popup windows | quy nguyen | Vista General | 1 | 12-26-2007 03:31 PM |
| pass Parmater | frank | PowerShell | 2 | 03-06-2007 10:34 AM |
| Security Matters — Microsoft 2006 Security Summits Provide Security Training for Detroit Businesses | z3r010 | Vista News | 0 | 06-26-2006 09:02 AM |
| Security Matters — Microsoft 2006 Security Summits Provide Security Training for Detroit Businesses | z3r010 | Vista News | 0 | 06-26-2006 09:01 AM |