![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| 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. |
| |||||||
| |
| | #1 (permalink) |
| | 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) |
| | 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) |
| | 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) |
| | 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 | |
| |
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 | |||