The ACS provides authentication using Google, Yahoo, Live Id, Facebook and other WS-Federation partners such as ADFS.
15
votes
1answer
227 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 ...
6
votes
2answers
352 views
ACS and facebook login -> display=touch is broken? [closed]
I'm using ACS to auth against Facebook. Before this week, I could add display=touch to the end of the URL ACS is providing. Now when I do this I'm getting a "HTTP 500 Internal Server Error".
Any ...
5
votes
2answers
320 views
Can NameIdentifier and IdentityProvider (WIF) claims be used to uniquely identify any user?
Thinking of using Access Control Service (ACS) and Windows Identity Foundation (WIF) to secure my WCF Data Services Web API application.
How can I use claims to uniquely identify a user?
My idea is ...
4
votes
1answer
119 views
Does Azure ACS support saml 2.0 IdPs like Salesforce?
I have no Access Control Service (ACS) installed, but I've seen on some online video demo that Salesforce is not in the list of available pre-installed identity providers. Salesforce can be configured ...
3
votes
2answers
218 views
Azure ACS - Best Practice Implementation
Hi guys we are building an ASP.NET MCV 3 application from scratch running on Windows Azure.
About Authentication and Authorization layer we are thinking to use the Access Control Service.
I went ...
3
votes
2answers
334 views
How does a client WPF application authenticate with a WCF service on Azure?
I'm currently considering creating an application to deploy to the azure cloud. The main reason for considering Azure over Amazon is the access control service. I want to accept as many different ...
2
votes
2answers
66 views
Custom STS & Azure ACS error ACS50008: Invalid SAML token
I have a custom STS implementation. Currently it is configured as an additional identity provider on Azure ACS. I have a relying party website that is authenticating successfully via ACS (Windows ...
2
votes
1answer
63 views
Windows Azure ACS: Unable to find assembly 'Microsoft.IdentityModel"
I have ASP webrole that works great without ACS. When i add ACS to the my application it works fine locally. However when i deploy it to the cloud its doesnt seem to be packaging the ...
2
votes
1answer
27 views
Can I use paging when getting service identities from ACS
Background
I require a list of all the service identity names I have registered in the Azure ACS. I have an Azure Management Service reference I got from ...
2
votes
1answer
41 views
How can i use a third party oauth service with Azure ACS?
ive been browsing alot on both StackOverflow and a bunch of different Microsoft associated sites and looking at examples etc but i think im missing a few key point to the problem in hand.
Scenario:
...
2
votes
0answers
55 views
Using UiWebView and Monotouch with Azure ACS
I'm trying to figure out how to use Azure ACS on the iPhone, via Monotouch. It looks like it should be possible to simply point a UiWebView at the right address, let the user pick their IP, ad then ...
2
votes
1answer
176 views
Validating a SWT Token REST WCF Service
I'm currently working on a WPF client, which obtains a SWT token from Windows Azure AppFabric ACS. With this token I want to consume a RESTful WCF Service.
I used this tutorial to obtain the SWT token ...
2
votes
2answers
250 views
Off-the-shelf Security Token Service (STS) that uses ASP.NET membership provider?
I'd like to move a site that currently uses the standard ASP.NET membership provider to use claims-based authentication through Windows Identity Foundation and Azure ACS.
We're going to surface the ...
2
votes
2answers
419 views
How to develop user-authenticated REST service with Azure ACS
I'm developing a REST service that uses MS Azure Access Control Service for authentication. If the examples are any indication, the typical way to secure a REST service this way would be to provide a ...
2
votes
2answers
219 views
facebook api error code: 191 Asp.Net MVC 3 using Dev Environment localhost and ACS
I have been trying for the last couple of days to get the ACS integration for my identity providers. The main ones work, Google, Yahoo!, and Live, but I cannot get Facebook to work with my localhost ...
2
votes
1answer
198 views
Having multiple return URLs on one Relying Party Application on ACS Azure
I'd like to be able to specify the return URL of the ACS authentication when I redirect the user to his Identity Provider's log-in URL instead of the one I specified in the ACS management portal. I'll ...
2
votes
0answers
182 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 ...
2
votes
2answers
104 views
Can the Apple Id be used by none Apple applications?
Both Google and Facebook can act as Identity Providers in a security federation setup like Ping Identity or Microsoft ACS.
Does anyone know if it is possible to add Apple Id as an identity provider?
2
votes
7answers
4k views
Why am I getting the “A potentially dangerous Request.Form value was detected from the client” error?
I've created a new ASP.NET MVC 3 / .NET Framework 4.0 site using the "Internet Application" template. I used Nuget to install the Windows Azure Web Role (MVC3) package and then followed the Access ...
2
votes
2answers
537 views
How do I configure WCF to use a custom Realm in URN format with Azure ACS?
How do I make my WCF client authenticate using the ACS to my internally hosted WCF service? The issue revolves around setting a custom Realm (which I can't figure out how to set.)
My ACS is ...
2
votes
1answer
125 views
Difference between Preview and Production version of Azure AppFabric Access Control Service
I started to learn everything connected with Azure platform a little time ago. I'm really fascinated how some stuff works like a charm. One of that is AppFabric Access Control Service (ACS) and ...
1
vote
2answers
38 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 ...
1
vote
2answers
40 views
Display SWT token after authentication against IdP with ACS
I'm trying to create an OData service that will use authentication & authorization provided by ACS.
I was able to configure ACS but now I need to provide ability to users of the service to ...
1
vote
1answer
87 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
2answers
59 views
Hosting ACS Application on multiple hosts
I am using the Windows Azure ACS for building Single sign on application. I am using javascript/HTML to collect information from the user. The problem I am facing is that I need to host my application ...
1
vote
1answer
55 views
WCF RIA and Azure Access Control Servcies
I am unable to find any information on how to use Windows Azure Access Control Service (ACS) with a Silverlight project using WCF RIA services. I am also unable to get anyone to even discuss the ...
1
vote
2answers
521 views
Implementing ACS with and ADFS as STS
We are attempting to use the ACS sample 4 (from http://claimsid.codeplex.com/) as template for our ADFS project.
We have no problem with passive requests to ADFS authenticated services. In the sample, ...
1
vote
2answers
253 views
How do I log out of Facebook when using Azure's ACS?
Rule #6 of the Facebook developer policy says I must provide an explicit Log out link, but I'm unable to make it work.
My goal is to either sign my application out of Facebook, the user from the ...
1
vote
1answer
307 views
Facebook-style API access scenario with Azure ACS and OAuth 2.0: how to implement app authorization?
I am building a social website that will expose REST API (WCF WebAPI) to the world so any developer would be able to create a client application for the website, integrate it with other services, etc. ...
1
vote
2answers
287 views
Asp.net MVC - Map Claim identity to custom user identity
I'm trying to figure where is the best extension point in the ASP.NET MVC3 infrastructure to map custom user informations (loaded from local database) after received the Claim Authentication from ...
1
vote
1answer
191 views
How to get the email and name from Azure ACS?
I'm using the Azure ACS, and I've been looking for away to get the email and name from the SAML 2.0 response or something.
But I dont see any options for it, I redirect the user to ...
1
vote
1answer
106 views
Relaying Party application not working when shifted to another machine
I have a ASP.NET Relaying Party application that is configured to authenticate through ACS. The Web Site runs fine on my local host. The problem is that when i copy the website to another machine, it ...
1
vote
1answer
232 views
ACS/Facebook Integration - ACS40001: An error occurred while attempting to get an access token from Facebook
Getting the following error setting up ACS/Facebook integration:
HTTP Error Code: 502 Message: ACS40000: An error occurred while
processing a Facebook sign-in response. This may be caused ...
1
vote
1answer
181 views
Access Control Service and Multi-tenant application
I m building a multi-tenant mvc application hosted in windows azure.
I would like to leverage access control service to allow user to get authenticated thanks to google, facebook, live id etc...
I ...
1
vote
1answer
376 views
Are any other claims available from Windows Live ID via the ACS 2.0 identity provider?
I understand that currently the default Windows Live ID identity provider in ACS 2.0, only provides two claims the nameidentifier (a base64 unique id associated with the user and your application, but ...
1
vote
2answers
1k views
How to solve “Key not valid for use in specified state” error when using Azure ACS?
I'm attempting to get OpenID authentication to work in my Azure ASP.NET MVC 3 application and have followed the steps in the MVC 3 Custom Login Sample to do so. Everything works fine in the ...
1
vote
2answers
252 views
Fighting WIF for my own IPrincipal in an MVC app
I want to add Azure ACS to one of my sites, but having issues with all of the magic. I have an MVC app that uses a global filter to set a custom IPrincipal for the life of the request. The problem ...
1
vote
1answer
131 views
Does ACS support webrole based applications and STS
I have tried to look over the web but there are contradicting statements. Some of the posts from online forums say this is not being supported.
Can anyone please confirm if ACS supports the scenario ...
1
vote
1answer
305 views
Azure ACS and storing information for users on it vs local?
I'm working with Azure ACS and incorporating it into an SSO strategy for my .NET 4.0 website. I see on the Rule Groups page that a bunch of different claims can be stored and passed back to the RP ...
1
vote
1answer
347 views
Azure AppFabric Access Control Service Log Off
I'm using Live Id and Google as IPs, but I don't know how to make the Log off button work.
1
vote
2answers
217 views
Using ACS with Windows Phone
I'm lost. I'm developing a Windows Phone 7 app and I want to do the following:
I want to use Facebook, Live ID, Google and Yahoo to let user sign in my app. And also, it they don't have any of those ...
0
votes
0answers
34 views
What is the best way to send custom ACS Claims across programs?
I've got two programs, a "login" program that uses the a foreign STS (Google, Facebook, etc.) to log the user in and returns the type of security access that user has. I then want to send that ...
0
votes
0answers
16 views
SWT token decrypt claim's value
I'm integrating OData service with ACS. Everything works fine but when I get token in Authorization header value is encrypted. Example (it's already URL decoded):
...
0
votes
0answers
44 views
How to register window.external.notify event handler in Javascript
I'm trying to use Azure Access Control Service in HTML/JavaScript application. The following code sample is going to display token after authentication against selected identity provider:
...
0
votes
1answer
64 views
How do I sign out of Google, Yahoo, or LiveID with ACS
I am signing out from the FAM correctly, but my cookies are still being stored in a way that doesn't prompt them for credentials after the SignIn link is checked.
I think the issue is with a cookie ...
0
votes
0answers
82 views
Azure ACS with HTTPS and multiple instances Error
I just followed the following instructions here.
And found a couple blog entries here and here to be rather helpful.
But I am still getting weird issues with my ASP.NET MVC3 app running on Azure on ...
0
votes
1answer
101 views
What is the best way to use live id authentication with azure based asp.net mvc project?
What is the best way to use live id authentication with azure based asp.net mvc project?
I find the options
1) With in Live SDK, there are options like REST, JavaScript, C# etc.
2) Since my project ...
0
votes
2answers
123 views
Integrate WCF with ADFS 2.0 and ACS - Some guide needed
We are planning to provide single sign on to our set off .NET applications(Web and windows) using ADFS 2.0, ACS and WIF. I am quite new to these technologies.
I have seen quite few videos on channel ...
0
votes
2answers
161 views
Match Azure ACS nameidentifier from Live ID to list of known users?
Judging from questions posted on here on stackoverflow alone, Azure ACS appears to be disappointing many implementers because of its inability to provide an email address for a Windows Live ID user. ...
0
votes
1answer
16 views
Migrating ACS from AppFabricLabs to production?
I was using the Access Control Service for authentication AppFabric Labs but I've received an e-mail that it will be discontinued and I need to create a production account. I've done so but I can't ...