InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

MIX 09: Justin Smith on Azure Access Control Services

Posted by Jean-Jacques Dubray on Mar 22, 2009

Sections
Operations & Infrastructure,
Enterprise Architecture,
Development,
Architecture & Design
Topics
Architecture ,
Java ,
Ruby ,
Security ,
.NET ,
Cloud Computing ,
SaaS
Tags
Azure

Justin Smith, Sr. Program Manager at Microsoft, presented the Azure Access Control Services. The problem that ACS is targeting is "identity proliferation". He explained that he has about 300 identities on the Web. In his opinion:

the demand to reuse digital identity is rising

He argued that the key elements of the solution to this problem are: Federation, Provisioning, Synchronization (of profile data) and Authorization.

ACS is a service hosted by Microsoft that externalizes the authorization policy for federated users. ACS is part of Microsoft's Identity and Access Control Services. However, ACS is a standalone service that operates in a "claims in, claims out" mode. In addition, ACS integrates with on premise software and servers via the "Geneva" brand. Geneva is specifically targeted for on premise federation and authorization. The big difference with ACS is that ACS is entirely "turnkey", scalable and Microsoft guarantees its uptime. ACS only supports a subset of Geneva's features.

ACS is also part of Microsoft's Cloud Services which include Windows LiveID and Microsoft's Federation Gateway. It will of course be possible to host a Geneva server in the Azure platform.

An ACS project is made up of scopes that are used to specify rules. Rules can be chained. ACS is basically a hosted Secure Token Service (STS) and as such it manages signing and encryption keys. ACS rules can be set up with a simple Web interface. They are currently working on an AtomPub API to manage the rules programmatically.

The service directly integrates Active Directory and other identity infrastructures, with minimal coding.

ACS supports the following credentials:

  • Windows Live IDs
  • X.509 certificates
  • Traditional user names and passwords
  • Managed card and personal cards

ACS can however work with any identity. John Shewchuck, Technical Fellow at Microsoft, showed in a presentation earlier that day where he used .Net services in a Web application built from non-Microsoft technologies, namely, JQuery for the AJAX front-end, and Python deployed on Google App Engine. In this demo, John showed how people could login with their Google, Yahoo, Facebook or LiveID identities using the ACS to use this application.

Justin concluded his talk with 5 "Cool Access Control Tricks" that you can implement with ACS:

  1. Share a private Warcraft guild page with friends at Facebook/Yahoo in 2 lines of code
  2. Sell ad space in games and unable subleasing
  3. Give enterprise users automatic access to our python-based training application
  4. Generate access control reports across multiple applications and roles
  5. Give my friends permission to let their friends access our party pictures

 

No comments

Watch Thread Reply

Educational Content

New-age Transactional Systems - Not Your Grandpa's OLTP

John Hugg discusses high volume transaction processing applications with high and low frequency profiles, and how VoltDB can be used for that purpose.

Cool Code

Kevlin Henney examines code samples to see what can be learned from them starting from the premise that one won’t write great code unless he knows how to read it.

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.