Archives For azure

Just a reminder that I’ll be speaking at the Twin Cities WCF User Group next Wednesday (March 7, 0212) at 12:00 PM. The topic for this session is Securing WCF Services with the Windows Azure Access Control Service. Here’s the abstract:

Integrating your WCF services with third-party authentication and identity management systems can be a daunting task. Some of the common challenges associated with this task include:

  • Configuring WCF bindings to request a token from ACS
  • Validating the incoming token issued by the identity provider
  • Parsing the incoming token
  • Implementing authorization checks
  • Transforming tokens by adding, removing, or changing the claims types and values
  • Using configuration rather than code to accomplish all of the above

In this session we’ll look at how to use the Windows Azure Access Control Service (ACS) to tackle these challenges. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to secure WCF services via ACS using the following methods:

  • WCF Username Authentication
  • WCF Certificate Authentication
  • WCF Federated Authentication with AD FS 2.0

You can register for the event here.

Hope to see you there!

ag

Share Cloud AZR 105 Preview

February 28, 2012

On March 27, 2012 I’ll be presenting a session entitled “Securing Azure Hosted Services, the Easy Way” at the Share Cloud Conference in Dallas, TX. Below is a sneak peek at some of the content I’ll be covering during the talk to whet your appetite.

I hope to see you on March 27th!

ag

Share Cloud AZR 102 Preview

February 27, 2012

On March 27, 2012 I’ll be presenting a session entitled “You Can Do What in Windows Azure?!” at the Share Cloud Conference in Dallas, TX. Below is a sneak peek at some of the content I’ll be covering during the talk to whet your appetite.

I hope to see you on March 27th!

ag

This week I’ve decided to add a couple of new entries to the Cloud.Compile() series

Apprenda is an open Platform as a Service stack that enables any organization to transform their existing infrastructure into a self-service cloud.

Cloud Foundry is an open platform as a service, providing a choice of clouds, developer frameworks and application services. Initiated by VMware, with broad industry support, Cloud Foundry makes it faster and easier to build, test, deploy and scale applications. It is an open source project and is available through a variety of private cloud distributions and public cloud instances, including CloudFoundry.com.

{News and Analysis}

Amazon Web Services (AWS)

Apprenda

Cloud Foundry

force.com

Microsoft

Rackspace

ag

Update #2: This event has been rescheduled for April 26th-27th. You can find the details and register here.

Update #1: This event has been postponed due to bandwidth issues at the Microsoft office in Houston, TX. RBA and Microsoft are working to reschedule the event once the bandwidth issues have been addressed. We’re currently targeting mid-April. Once the new dates have been confirmed I’ll post them here.

I’m pleased to announce that on Thursday, March 22nd, 2012 and Friday, March 23rd 2012 I will be facilitating an RBA sponsored Windows Azure Boot Camp in Houston, TX. This two-day deep dive program is designed to help prepare you to deliver solutions on the Windows Azure platform. Each day will be filled with training, discussion, reviewing real scenarios, and hands on labs. You can find out more about the event and register for it here.

Hope to see you there!

ag

{News and Analysis}

force.com

Rackspace

Microsoft

On March 27, 2012 I’ll be presenting two sessions at the Share Cloud conference in Dallas, TX. Abstracts for the sessions are below:

AZR 102 – You Can Do What in Windows Azure?!
You already know you can run your .NET based web sites, services, and applications on Windows Azure, but this only scratches the surface of what you can do. Encoding video with Expression Encoder, hosting adaptive streaming video in blob storage, hosting multiple web sites, enabling remote desktop, running php, node.js, and MongoDB, creating a VPN and more are all possible with the Windows Azure platform. In this demo intensive session I’ll show you how to do amazing things to unleash the power of Azure.

AZR 105 – Securing Azure Hosted Services, the Easy Way
Authentication and authorization are key components of most line of business applications. However, identity management is not a trivial task, especially when it comes to extending identity management to the cloud. In this session we’ll look at how you can use the Windows Azure Access Control Service (ACS) to simplify identity management for applications running on the Windows Azure platform. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to do create an ACS namespace, integrate identity providers and relying parties, create token transformation rules to provide consistent claims, establish a trust between ACS and your ASP.NET application, test the integration, and automate the management of your ACS namespaces.

You can find out more about the conference and register here.

ag

On March 21, 2012 I will be speaking at the RBA Tech Spotlight event. The focus of my talk is on how to use the Windows Azure Access Control Service (ACS) to offload identity management from your applications. Here’s a synopsis of what I’ll be covering:

Authentication and authorization are key components of most line of business applications. However, identity management is not a trivial task, especially when it comes to integrating third party systems in the cloud.

Some of the challenges faced in this scenario include:

  • Redirecting unauthenticated requests to the required identity provider
  • Validating and parsing incoming token issued by the identity providers
  • Implementing authorization checks
  • Transforming tokens by adding, removing, or changing the claims types and values
  • Using configuration rather than code to do all of the above

In this session we’ll look at how you can use the Windows Azure Access Control Service (ACS) to tackle these challenges. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to do the following with ACS:

  • Create an ACS namespace
  • Integrate identity providers
  • Integrate relying parties
  • Create token transformation rules
  • Establish a trust between ACS and your ASP.NET application
  • Test the integration between ACS and your ASP.NET application
  • Automate the management of the ACS namespace

You can get more info and register for the event here.

I hope to see you there.

ag

On Wednesday March 7, 2012 at 12:00 PM I’ll be presenting at the Twin Cities WCF User Group. The topic for this talk is Securing WCF Services with the Windows Azure Access Control Service. Here’s a taste of what we’ll be covering:
 
Integrating your WCF services with third-party authentication and identity management systems can be a daunting task. Some of the common challenges associated with this task include:

  • Configuring WCF bindings to request a token from ACS
  • Validating the incoming token issued by the identity provider
  • Parsing the incoming token
  • Implementing authorization checks
  • Transforming tokens by adding, removing, or changing the claims types and values
  • Using configuration rather than code to accomplish all of the above

In this session we’ll look at how to use the Windows Azure Access Control Service (ACS) to tackle these challenges. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to secure WCF services via ACS using the following methods:

  • WCF Username Authentication
  • WCF Certificate Authentication
  • WCF Federated Authentication with AD FS 2.0

You can find out more about this event and register for it here.

Last week I presented a session at Cloud Fest in Denver entitled “Securing Azure Hosted Services, The Easy Way”. Here’s an abstract of the session:

Authentication and authorization are key components of most line of business applications. However, identity management is not a trivial task, especially when it comes to extending identity management to the cloud. In this session we’ll look at how you can use the Windows Azure Access Control Service (ACS) to simplify identity management for applications running on the Windows Azure platform. We’ll start by covering the basics of identity management and ACS. From there we’ll look at how to do create an ACS namespace, integrate identity providers and relying parties, create token transformation rules to provide consistent claims, establish a trust between ACS and your ASP.NET application, test the integration, and automate the management of your ACS namespaces.

If you’re interested in grabbing the slides from the session you can get them in pdf format here.

ag