Click here to Skip to main content
15,886,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
i have created a wcf soap service, and i want to implement OAuth2 security in it, for better security. i found many articles on the google but all is releted to WCF REST service OAuth authentication, but my service is SOAP.
please let me know the steps from start to end, like how to register with google and what is the process when client call our service, amd how it will check. step by step.
and sample class if possible.
and it is free to register with google?
Thanks

What I have tried:

...................................................................
Posted
Updated 22-Feb-17 20:25pm

1 solution

Did you try Google Search? Not in your list... Google Search is your friend: oauth2 authentication in WCF soap service[^]

The above Google Search turned up this gem: Using OAuth2 with SOAP[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900