IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

Secure WCF REST service; call the REST service from from web application #827

Open sandeepgaikwad opened 9 years ago

sandeepgaikwad commented 9 years ago

Hello, I am relatively new to this topic and exploring Thinktecture. So far I am able to configure Thinktecture v2 and integrate it with a MVC application, also I could integrate a WCF service with Thinktecure (using service reference in the calling app)

But somehow I am not able to figure out the configurations required to secure a WCF REST service and call this service from a web/console application. I need following: 1) Configurations to secure a WCF REST service 2) How to call this service from a web application 3) Pass a saml/jwt token from the web application to the WCF REST service

Code for configuration and call would be really helpful.

I have several WCF REST services, which are used as backend services for front facing web/console applications. All these REST services are required to be secured and invoked from web/console applications