Caching Service Bus Access Control Integration
Composite App
(WF, WCF)
http://bit.ly/cCm4sI
http://bit.ly/9M8xgA
Memory
Network
Disk
Client
Identity
Provider
Access
Control
Relying
Party
Datacenter
LOB web
service
LOB app
Partner
Mobile Device
Datacenter
LOB web
service
LOB app
Partner
Mobile Device
SB
ACS
Datacenter
LOB web
service
LOB app
Partner
Mobile Device
SB
ACS
Datacenter
LOB web
service
LOB app
Partner
Mobile Device
SB
ACS
Partner
Mobile Device
Datacenter
LOB web
service
LOB app
SB
ACS
CTP
Caching
PDC9/16
CTP
Access Control enhancements
H1 2011
General Availability
Caching
CTP
Composite App
General Availability
Access Control
CTP
Service Bus enhancements
Release
Service Bus enhancements
TechEd EMEA
http://europe.msteched.com/topic/list/
A Lap Around the Windows Azure AppFabric

A Lap Around the Windows Azure AppFabric

Editor's Notes

  • #18 Relying Party - In identity jargon, we often refer to applica-tions as “Relying Parties,” an expression that refers to the fact that the application relies on one or more IPs to take care of authentication on their behalf Identity Providers – The party that stores user identities e.g. AD, Live ID, Google, etc. Token – Claim – an attribute that’s a part of the token,
  • #19 The Client (in this case a browser) requests a resource at the RP. In most cases, this is simply an HTTP GET. Since the request is not yet authenticated, the RP redirects the Client to the correct IdP. The RP may determine which IdP to redirect the Client to using the Home Realm Discovery capabilities of ACS. The Client browses to the IdP authentication page, and prompts the user to login. After the Client is authenticated (e.g. enters credentials), the IdP issues a token. After issuing a token, the IdP redirects the Client to ACS. The Client sends the IdP issued token to ACS. ACS validates the IdP issued token, inputs the data in the IdP issued token to the ACS rules engine, calculates the output claims, and mints a token that contains those claims. ACS redirects the Client to the RP. The Client sends the ACS issued token to the RP. The RP validates the signature on the ACS issued token, and validates the claims in the ACS issued token. The RP returns the resource representation originally requested in (1).