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
25
votes
1 answer

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 http://axschema.org/namePerson claim type. Now I have…
Peter Lillevold
  • 33,668
  • 7
  • 97
  • 131
13
votes
2 answers

Azure Service Bus Operations Raising TimeoutException instead of UnauthorizedAccessException using ACS

I am using Access Control Service to authorize access to specific Service Bus Subscriptions for specific Service Identities. When receiving sessions or messages from the subscription, the Service Identity is authorized and can receive and complete…
GaryJL
  • 901
  • 1
  • 11
  • 24
9
votes
2 answers

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 the "Add STS Reference" wizard and the site runs…
Rob Richardson
  • 633
  • 1
  • 4
  • 11
8
votes
1 answer

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 usability problem here. When I authenticate…
ChrisV
  • 2,213
  • 1
  • 18
  • 30
6
votes
3 answers

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 gets redirected to the LiveID login screen After…
Ivan Klaric
  • 413
  • 1
  • 4
  • 12
5
votes
2 answers

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 But how do you actually set up an OAuth 2.0 identity…
Richard Astbury
  • 2,323
  • 18
  • 28
4
votes
1 answer

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: System.ServiceModel.FaultException: ACS10002: An error…
Louis S. Berman
  • 994
  • 1
  • 9
  • 25
2
votes
2 answers

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 page for the Azure Access Control Service using…
TruMan1
  • 33,665
  • 59
  • 184
  • 335
2
votes
1 answer

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 (less than an hour) the authentication cookies seem…
2
votes
1 answer

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 question. Note: I'm also cross-posting this to the Azure…
Peter Lillevold
  • 33,668
  • 7
  • 97
  • 131
2
votes
1 answer

Several Azure AD. New-MsolServicePrincipal : Access Denied

I want to set my Azure Active Directory as an identity provider for SharePoint 2013 Foundation. I activated Azure trial from account that is a part of another infrastructure (my company's infrastructure). So what i have now: Azure VM with…
2
votes
2 answers

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?
Larsenal
  • 49,878
  • 43
  • 152
  • 220
1
vote
2 answers

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 in our Windows Azure (MVC) web role. So my…
danludwig
  • 46,965
  • 25
  • 159
  • 237
1
vote
1 answer

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 of HTTP redirects and scripted HTTP posts). Does…
Mark Seemann
  • 225,310
  • 48
  • 427
  • 736
1
vote
2 answers

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 the wcf services with AccessControlService(ACS),…
twDuke
  • 927
  • 1
  • 8
  • 22
1
2 3