IdentityServer2
IdentityServer2 copied to clipboard
Secure WCF REST service; call the REST service from from web application
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:
- Configurations to secure a WCF REST service
- How to call this service from a web application
- 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