| |
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
26 Articles match "How To","Protocol"
| Related DevelopMentor Courses | MORE | | Roll Your Own REST-ful WCF Router Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. Nevertheless, there are times when it might make sense to build a router that can talk to clients who don’t know anything about Soap, for example, an AJAX web application. Download the code for this post here. null ) { bool DevelopMentor Courses - Tuesday, April 24, 2012 Service-Orientation Today and Tomorrow Training In Deutsch , klicken Sie hier Based on the ranges of topics below, you will be able to take the first steps in the world of Service-Orientation and Cloud Computing with confidence and above all be prepared for future projects: Service-Orientation Cloud and Cloud Computing Identity Management and Claims-Based Identity Windows Communication Foundation (WCF) Windows Workflow Foundation (WF) Azure Services Platform (with Windows Azure and.NET Services) In Deutsch , klicken Sie hier Are you tired of constantly reading about "crisis" and "restrictions"? We have the course for you! DevelopMentor Courses - Tuesday, March 1, 2011 Essential Windows Communication Foundation 4 Training Discover the fundamental tasks of designing and building services & contracts, master error handling, serialization, instance and concurrency management and bend hosting, security, identity management, and reliability to suit your needs. You'll get answers to these questions: How do I design services using contracts? How can I model services in a pure Web style? What's the best way to host and expose services? How do I secure services-based applications? Day 1 Service-based Applications WCF encourages you to write service-based applications. DevelopMentor Courses - Tuesday, March 1, 2011 |
11 Articles match "How To","Protocol"
| The Latest from DevelopMentor | MORE | | Roll Your Own REST-ful WCF Router Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. Nevertheless, there are times when it might make sense to build a router that can talk to clients who don’t know anything about Soap, for example, an AJAX web application. Download the code for this post here. null ) { bool DevelopMentor Courses - Tuesday, April 24, 2012 Token based Authentication for WCF HTTP/REST Services: Authentication This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 Token based Authentication and Claims for Restful Services While there is limited support for WCF WebServiceHost based services (for standard credential types like Windows and Basic), there is no ready to use plumbing for RESTful services that do authentication based on tokens. There are a number of intermediate solutions, emerging protocols and token types , as well as some already deprecated ones. So it didn’t make sense to bake that into the core feature set of WIF. Here’s how. Instead standard HTTP means are used to transmit credentials and SSL is used to secure the transport and data in transit. www.leastprivilege.com - Tuesday, November 15, 2011 | -
| The Best from DevelopMentor | MORE | - Access Control Service: Protocol and Token Transition
ACS v2 supports a number of protocols (WS-Federation, WS-Trust, OpenId, OAuth 2 / WRAP) and a number of token types (SWT, SAML 1.1/2.0) – see Vittorio’s Infographic here. Some protocols are designed for active client (WS-Trust, OAuth / WRAP) and some are designed for passive clients (WS-Federation, OpenID). One of the most obvious advantages of ACS is that it allows to transition between various protocols and token types. Once example would be using WS-Federation/SAML between your application and ACS to sign in with a Google account. Azure IdentityModel www.leastprivilege.com - Tuesday, June 21, 2011 - WCF Data Services versus WCF Soap Services
Someone recently asked me this question: When a company that has been using 2 tiers wants to move to n-tier, what are the considerations for choosing WCF and STEs [or Trackable DTOs] vs. WCF Data Services? This is a great question because it relates to a recent re-alignment of what used to be called “ADO.NET Data Services” (code-named Astoria) under the umbrella of Windows Communication Foundation (WCF), as well as the renaming of.NET RIA Services to WCF RIA Services. The resulting XML is used to populate client-side entities, which are change-tracked. Tony and Zuzana's World - Tuesday, April 13, 2010 - Need WIF Training?
The lab also includes the latest version of the thinktecture identityserver and you will learn how to use and customize it. Intro to Claims-based Identity & the Windows Identity Foundation. WIF introduces important concepts like conversion of security tokens and credentials to claims, claims transformation and claims-based authorization. In this module you will learn the basics of the WIF programming model and how WIF integrates into existing.NET code. WIF includes support for the WS-Federation protocol. Or contact me directly! Day 2. www.leastprivilege.com - Wednesday, November 9, 2011 - Token based Authentication and Claims for Restful Services
While there is limited support for WCF WebServiceHost based services (for standard credential types like Windows and Basic), there is no ready to use plumbing for RESTful services that do authentication based on tokens. There are a number of intermediate solutions, emerging protocols and token types , as well as some already deprecated ones. So it didn’t make sense to bake that into the core feature set of WIF. Here’s how. Instead standard HTTP means are used to transmit credentials and SSL is used to secure the transport and data in transit. www.leastprivilege.com - Tuesday, November 15, 2011 - Roll Your Own REST-ful WCF Router
Recently I’ve been tasked with building a WCF routing service and faced the choice of whether to go with the built-in router that ships with WCF 4.0 , or to build one from scratch. The built-in router is great for a lot of different scenarios – it provides content-based routing, multicasting, protocol bridging, and failover-based routing. Nevertheless, there are times when it might make sense to build a router that can talk to clients who don’t know anything about Soap, for example, an AJAX web application. Download the code for this post here. null ) { bool DevelopMentor Courses - Tuesday, April 24, 2012 - Getting started with WCF Discovery
Normally when a client application wants to connect to a WCF service it has to know several thing about the service like the operations it supports and where it is located. Knowing the operations at design time makes sense, after all this is functionality you are going to call. But the address makes less sense, that is a deployment things and something we don’t really want to be concerned with at design time. Now how cool is that? The first option on the client is to use the DiscoveryClient and have it determine all possible endpoints for the service. The Problem Solver - Wednesday, November 24, 2010 - Token based Authentication for WCF HTTP/REST Services: Authentication
This post shows some of the implementation techniques for adding token and claims based security to HTTP/REST services written with WCF. The framework I am using/building here is not the only possible approach to tackle the problem. Based on customer feedback and requirements the code has gone through several iterations to a point where we think it is ready to handle most of the situations. The framework should be able to handle typical scenarios like username/password based authentication, as well as token based authentication. Disclaimer. Error handling. www.leastprivilege.com - Tuesday, November 15, 2011 %>
| | |