IdentityServer2 icon indicating copy to clipboard operation
IdentityServer2 copied to clipboard

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

Open sandeepgaikwad opened this issue 11 years ago • 0 comments

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

sandeepgaikwad avatar Dec 15 '14 14:12 sandeepgaikwad