The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
111 views

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 ...
0
votes
0answers
38 views

Should I use Access Control Service in this scenario

I have a rest web service. I make the requests by providing the password(basic authentication) together with each request. How can ACS help me, or does it only help if I would be interested in ...
0
votes
1answer
61 views

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 ...
4
votes
2answers
512 views

Azure ACS - Relaying Party Application - ReturnURL with parameters?

We're building an application which uses ACS. Our usage scenario looks like this: The user gets a URL like this one https://our.application.com/?requestId=123456 via email and clicks on it The user ...
0
votes
2answers
365 views

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: ...
0
votes
1answer
344 views

Azure independent users store and Access Control Service service identities

We have a mobile web platform that we are developing above Azure. We have a website which is a regular passive authentication scenario and mobile client infront of a web serivce which is active ...
0
votes
1answer
85 views

How to change when azure access control service login is displayed instead of when the application is run

I'm trying to add the option of authentication using Azure Access Control Service to my website, all the functions work correctly but I would like to change when it redirects to ACS to login instead ...
0
votes
1answer
590 views

Windows Live with e-mail through Azure Access Control Service

I am trying to allow users to sign in to the ASP.NET MVC web site with their Google, Facebook, and Windows Live accounts. I am currently using the Azure App Fabric ACS, which made it almost too easy. ...
0
votes
1answer
365 views

Building an Identity Management System using Microsoft Azure

I'm looking to build an identity management system with role based access control using Microsoft azure and .net. I was just wondering if anyone could provide some pointers about it. I want to setup ...
2
votes
2answers
719 views

Use jQuery for single sign-on with Azure Access Control Service (ACS)?

I am consuming REST API's from an Azure instance. There is also ACS single sign-on activated for Google, Live, Facebook, and Yahoo (followed from here http://goo.gl/KNU6H). How can I create a login ...
2
votes
2answers
1k views

How do I authenticate to a WCF service via ACS integration with Windows Live ID?

I have a WCF service that uses UserName authentication via ACS. This works great when I'm using Service Identities but when I try to use my Windows Live ID credentials I get the following error: ...
1
vote
1answer
580 views

Set Azure AppFabric Access Control Service cookie expiration time

I'm using Azure's Access Control Service in an ASP.NET MVC 3 application. I can successfully login, read all the claim data I need etc. Everything works fine, except for one thing. After some time ...
1
vote
2answers
598 views

Can Shibboleth be integrated with Windows Azure Access Control Service?

Two of our higher-ed clients use Shibboleth for SSO. I have zero experience with Shib, and do not have an instance to test with. Ultimately we would like to integrate a Shib SSO with these clients ...
3
votes
2answers
3k views

OAuth 2.0 Identity Providers in Windows Azure AppFabric Access Control Service (ACS)

OAuth 2.0 delegation is included within the Azure AppFabric Access Control Service: http://blogs.objectsharp.com/cs/blogs/steve/archive/2011/04/11/windows-azure-access-control-services-v2-rtw.aspx ...
2
votes
1answer
433 views

MyOpenID in ACS: adding required claim types

This question is a continuation from How to pass required claims to OpenID identity provider with Azure ACS? Its a slightly different take on the problem though, thus I'm posting this as a new ...
0
votes
1answer
243 views

Send SWT token to a generated wcf proxy and validate it

I've got an WP7 application who does authentication with Azure Access Control Service and stores it's SimpleWebToken in an the IsolatedStorage. I want to use this SWT-token to secure my (locally ...
24
votes
1answer
447 views

How to pass required claims to OpenID identity provider with Azure ACS?

When looking at the request urls that Azure ACS generates I can see that ACS includes email, fullname, firstname and lastname as required claims. Further, the fullname attribute is mapped to the ...
0
votes
2answers
300 views

Adding a new WIF/ACS/ADFS role without reloading config

I have a Windows Azure application that is using Windows Identity Foundation (WIF) with the Access Control Service (ACS) as its Identity Provider. ACS, in turn, is configured to use ADFS as its ...
0
votes
1answer
454 views

Add STS reference gives error: “The security token service descriptor does not contain any key descriptors”

When adding an STS reference, I input the my windows azure federation metadata URL and it gives me the error in the title. It works if I create a new namespace, but a lot of stuff is configured on the ...
8
votes
1answer
492 views

Azure ACS 2 Custom Domain

I'm trying to set up Authentication in an ASP.NET MVC App and if so using the Azure Access Control Service (ACS) (v2 May 2011 release). I've got this working with the default setup. However there is a ...
1
vote
1answer
533 views

Is it possible to use active federation with the Azure Access Control Service?

The Windows Azure Access Control Service (ACS) enables federated authentication, but all the examples I've seen has been of passive federation (browser-based applications authenticating via a sequence ...
2
votes
1answer
4k views

MVC3 site using Azure ACS & ADFS continually prompts for credentials when using Firefox and Chrome

I've created a basic MVC 3 website that's using Windows Azure's Access Control Service (ACS) to perform user authentication against an Active Directory Federated Service (ADFS) endpoint. I followed ...
1
vote
2answers
1k views

WCF REST Service Hosted in Azure Service WebRole: AccessControlService?

Im working in a project providing rest services on the azure pllatform. The service is consumed by a iPhone client, this is one of the big reasons for choosing the rest approach. We want to secure ...
0
votes
2answers
121 views

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 ...
2
votes
2answers
306 views

What are the .NET Services?

Announced today at PDC. Initially made up of a Service Bus, the Workflow Service, and the Access Control Service. What are they? Why would I use them?