Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
1answer
211 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 ...
5
votes
1answer
306 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 ...
2
votes
2answers
651 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
0answers
163 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
263 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?
1
vote
1answer
37 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
151 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 ...
1
vote
2answers
691 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
1answer
57 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 ...
0
votes
2answers
88 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 ...
0
votes
1answer
116 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 ...
0
votes
2answers
203 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
189 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 ...
0
votes
1answer
522 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 ...
0
votes
2answers
103 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 ...