-
16 votes
Support redirection after sign out; Support WREPLY parameter needed for ADFS and Facebook
Currently, wreply is not supported. When an ADFSv2 user signs out they get a dead end page like this:
The wreply parameter is an industry standard and should be implemented:
http://social.technet.microsoft.com/wiki/contents/articles/ad-fs-how-to-invoke-a-ws-federation-sign-out.aspxhttp://msdn.microsoft.com/en-us/library/bb608217.aspx
http://download.boulder.ibm.com/ibmdl/pub/software/dw/specs/ws-fedpass/ws-fedpass.pdfThe second ( related )issue I’m having is that I’m trying to deauth ADFS and Facebook.… more
-
3 votes
Support HTTP Security headers in ACS to prevent clickjacking, replays, and firesheep
The ACS authentication system does not implement widely used anti-hacker HTTP headers.
Please see the following links for a list of missing HTTP headers:
-
1 vote
Add more claims to LiveID for ACS
The nameidentifier claim containing a made up ID unique to my application is not sufficient for authenticating a user. With no way to get additional user identifiable information, a user could authenticate with Live and then fill out a local profile on my application for whomever they wanted. They could… more
-
25 votes
webhttprelaybinding should support jsonp
This binding should support JsonP just like the WebHttpBinding supports it.
-
3 votes
Make Programming model the same across Windows server Appfabric and Azure AppFabric
It would be nice if code did not even require recompiling to be hosted on premise or in cloud
-
3 votes
AppFabric emulator like Compute & Storage for development scenarios
May be useful for developers to have an AppFabric Cache emulator, for instance.
-
7 votes
Decrease Price of Caching
$45/mo for 128MB cache is cost prohibitive.
-
7 votes
Add Tags, Notifications, Regions to Azure Cache so that it is Usable
Without an ability to traverse collections of things the Azure cache is not very useful. Here's hoping they add notifications, regions, and tags.
-
3 votes
Allow several administrators to manage one AppFabric account from different Live ID's
Idea created Sep 8, 2010 by Lars W. Andersen
It is a problem operating the Azure account, when only one admin have access to it. In case of emergencies, vacation, etc. it is needed to share access to one account.
[moved from Windows Azure Feature Voting]
-
0 votes
Add Workflow service to AppFabric
Idea created Dec 18, 2009 by Lee Ruddy
AppFabric contain Service Bus & Access control but no route ability, please add Workflow into it.[idea moved from Windows Azure Feature Voting]
-
13 votes
Autoscale Web and WorkerRoles
Ability to autoscale web and worker roles based on CPU load, Queue depth, etc.
-
12 votes
Actually start implementing ideas suggested in this suggestion board.
Sorry to be a bit snarky here. I initially was extremely excited that Microsoft was adopting uservoice, this is a great step forward, but without showing activity in accepting ideas people may turn elsewhere. In the same time competitors such as Amazon have added considerable new features, I'm hopeful that… more
-
37 votes
Content Based Routing
We want Content Based Routing in Azure App Fabric. How can you take it out of it? A service Bus is not complete without one. I suggest we have it for XML/JSON type messaging, and it must be durable!
I mentioned to customer that we can host their services in… more
-
3 votes
-
6 votes
Add control over allowed hosts to ACS crossdomainpolicy.xml
I think it's great that we finally have support for Flash/Silverlight on the ACS. However, I think the support is poorly implemented.
The current policy is expressed as
<cross-domain-policy>
<allow-access-from domain="*" secure="true" />
<allow-access-from domain="*" secure="false" />
<allow-http-request-headers-from domain="*" headers="*" secure="true" />
<allow-http-request-headers-from domain="*" headers="*" secure="false" />
</cross-domain-policy>I'd prefer… more
-
27 votes
-
24 votes
Include search functionality
Incorporate Lucene/SOLR or microsoft search server into appfabric to allow searching across files (table/azure storage), databases, objects cached items, etc. Allow for cost effective cloud based storage + caching.
-
7 votes
Provide full WS-* support in ACS to enable tenant federation (home realm discovery) from webrole
Currently, I guess there is no WS-* support in ACS for us to do multi-tenant federation from Web role.
I have seen examples for REST services but how about web role?
We can do this on premise by ADFS adding whr parameters to the querystring etc.. but how to do… more -
1 vote
Combine Issuer store for Service Bus and ACS
I'd like to see a single Issuer store for both ACS configuration and the service bus configuration. SInce you already have to grant issuers specific rights for the service bus I don't see why I need to maintain two stores of issuers for both access to the service bus AND… more
-
2 votes
Create Native Relay Bindings/Service Bus client for .Net Compact Framework
In fact, WCF in the n.NETCF needs a complete overhaul to include all the bindings and formatters/encoders.
