Questions tagged [accesscontrolservice]

The Windows Azure Access Control Service provides federated authentication using Google, Yahoo, Live Id, Facebook and other WS-Federation partners such as ADFS.

http://msdn.com/acs

Suggest making this tag a synonym of [acs]

35 questions
0
votes
1 answer

How to pass a parameter from client to back-end via Access Control Service

Hello fellow developers! We are using ACS for user authentication form mobile and web applications. Question: How to propagate some context information (e.g. 1 string) to identity providers that can be returned to the ACS and later propagated to our…
Heko
  • 89
  • 1
  • 1
  • 9
0
votes
2 answers

AZURE ACS - Windows Live ID: How to identify Unique User

For my web application I am using Azure ACS for authentication. I follow this [1]: http://msdn.microsoft.com/en-us/library/hh127794.aspx to implement my code. I only authenticate Windows Live users only. I found out ACS does not provide user info…
0
votes
1 answer

Recommendation for securing access to Azure Service Queue from multiple remote sites

I'm using Azure Service Bus Queues to store and forward messages to remote installations of a client application. My approach is to set up a queue for each remote site and configure each instance of the application with it's own queue name, for…
0
votes
2 answers

cannot get issuetoken by using REST

In the white paper, it said that we can use REST to ask for the token then use the token to attache to the request we are going to fire, then can invoke the service in the service bus, how ever, i cannot get the token Bellow are the codes i use to…
jojo
  • 13,583
  • 35
  • 90
  • 123
0
votes
2 answers

Access Control Services via IHttpModule with mvc 4 and and web api, different security settings for site and service?

I am building an mvc 4 web api project on Azure. Requests to this API go through the route: routes.MapHttpRoute( name: "DefaultApi", // Route name routeTemplate: "api/{controller}/{id}", defaults: new { id…
1 2
3