0
votes
0answers
20 views
REST WCF obtaining and validating ACS SWT token on Azure
I am creating a WCF Rest service which will be hosted on Azure. I require to do the following steps in my WCF Rest Service.
Validate the user credentials(Username & Password) received from the ...
1
vote
1answer
67 views
+100
How is Azure ACS authentication secured?
Thanks to Gaurav Mantri for answering my earlier question Azure ACS Set Up in C#.
However can someone explains to me, how the following line is secured?
if ...
2
votes
1answer
103 views
Azure ACS Set Up in C#
I am looking at several examples for using ACS, and decidedly they do make me feel stupid.
I looked at the tutorial online it seems like all I need was the following line in the config:
...
0
votes
1answer
29 views
ACS azure for published application
Hy guys ,
I developed a WebForms application using VS 2012 . I've published it on Azure .
After that I integrated ACS ( i've set the URL to my allready published application)
I published the ...
0
votes
1answer
24 views
How can i Access service Identities from one ACS name space with another ACS name space
i have an Relying Party applications that trust ACS Namespace A, and I have Service Identities in ACS Namespace B, and i want the Service Identities to be able to call those Relying Party applications ...
0
votes
1answer
40 views
Windows Azure Turn off
I have been working on converting an asp.net application to a windows azure application. I managed to get it to work however I have been messing around with the webconfig so much that now I cannot get ...
1
vote
2answers
49 views
Does Windows Azure ACS support username / password auth?
I am looking at Windows Azure ACS as an alternative to implementing my own username / password scheme in my app. This will be a publicly available website.
In addition to using SSO providers such ...
0
votes
1answer
56 views
How to receive IdP token manually?
I'm trying to build this scenario in windows client:
Picture of my desired scenario
Steps I did:
Client starts; it opens a window with a choice of the identity providers
End-user choose one of the ...
0
votes
1answer
22 views
It is possible to secure WCF Data service, where it hosted in windows azure using ACS?
What i am trying to do is,
1) Get a token from ACS using x509 cert credentials
2) Authenticate to the WCF Data service(OData Service) using the ACS issued token.
is it correct?
Also, i have found ...
1
vote
1answer
35 views
Can I have a 'friendly name' in an ACS service namespace?
I am successfully using ACS to login to a web application using Windows Live, Facebook and Google.
Google includes the service namespace in the confirmation message, as below:
...
0
votes
1answer
121 views
Azure ACS custom Identity Provider Single SignOut
I'm implementing my own identity provider based on Thinktecture code. Here is a strange behaviour of Azure ACS while using a single sign-out feature, it differ for google/live and for my own identity ...
0
votes
1answer
217 views
Azure WCF Service with Azure Active Directory Authentication
I know this question seems similar to other son here, but I have tried the answers posted Here: Securing WCF 4.5 service using Azure ACS 2.0
And Here: Federated authentication (single-sign-on) for a ...
0
votes
0answers
83 views
Windows Azure login error using ACS identity provider Yahoo
I've got an Azure web app that has a few different identity providers through ACS. When I try to log in with Windows Live ID or Google, everything works great. However, when I try to login using ...
0
votes
0answers
44 views
Acs doesnt work with android version 2.2.2
We have a phonegap app that uses Windows Azure Active Directory Access Control for login. Everything was working fine up until a week ago. But know we have problem with android 2.2.2 version. When ...
0
votes
0answers
43 views
Creating a post with hidden inputs to Azure ACS to avoid redirect to login page
I have successfully linked ACS to ADFS and our website user's authenticate against ADFS without issue.
I also have legacy sites that authenticate directly against AD via custom code and IAG.
We ...
0
votes
0answers
107 views
Sharepoint 2013 with ACS - User added but unable to login
I've have set up ACS to be my SAML claim provider for SharePoint 2013.
Within SharePoint 2013, if I add the user using the UID from their account (eg. 00333333333DED) it it resovled and I get the ...
0
votes
1answer
47 views
Use ACS Management Service via c# to reimport Metadata on IdP
I'm working on a project involving ADFS2.0, Azure ACS and Umbraco CMS.
When we create a new website, and add it to Relying Party Applications, and add an Identity Provider in Azure, it's supposed to ...
2
votes
1answer
252 views
Azure ACS with WAAD as IdP gives WS-Federation protocol error if already signed in to another Microsoft account
My relying party application uses Windows Azure ACS for user Authentication. I have ACS configured to use Windows Azure Active Directory (WAAD) as an identity provider. This is working for the most ...
2
votes
2answers
63 views
How to Manage ACS Service Identities
I host a WCF 4.5 service in azure WebRole
and I use Azure ACS Service Identities to manage my wcf users (active authentication).
this model is accepted for me because we have a limited number of users
...
0
votes
1answer
112 views
Azure ACS Service Identities with Certificate based Credentials
I am exposing a WCF Data Services hosted on IIS through Service Bus Relay using webHttpRelayBinding. While I could find out how to authenticate the service identity using username/password or shared ...
0
votes
4answers
82 views
Is it possible to add salesforce as an identity provider to ACS
As The ACS Management Portal doesn't provide built-in support for configuring salesforce as an identity provider: http://msdn.microsoft.com/en-us/library/gg185971.aspx
Is there any way to add ...
0
votes
0answers
106 views
ACS Management Service
I have created (by hand) a topic called 'testtopic' at the root level. I am trying to obtain a SWT programmatically from the
ACS Management Service, then use that SWT in an effort to send a message ...
3
votes
2answers
105 views
Cannot display Home page in MVC 4 Application having ACS Configured for authentication?
I have developed MVC4 application, in which i have home page. On home page, i have embedded ACS Login page for Authentication. When i run the web role, it directly loads the default ACS login page and ...
0
votes
1answer
190 views
Securing WCF 4.5 service using Azure ACS 2.0 [duplicate]
How can I secure my WCF 4.5 service using Azure ACS 2.0?
1
vote
2answers
117 views
Azure ACS configuration for Local and Production
What would be the best way to configure Azure ACS so that when I run locally in the development fabric I can still authenticate?
I just want to configure once and be able to develop locally and ...
1
vote
2answers
114 views
low code, simplistic Azure Website security using windows live provider?
I have this webpage I need to secure on Azure. I want to be the only person who can access it. I don't need a fancy login or error page process. The page/site was formerly running on my home web ...
0
votes
1answer
127 views
Authenticating calls to my Web API from third party applications with Azure ACS
I'm using Azure ACS for authentication to my Web API project and it's working great with IP's such as Google and Live. I have a requirement to allow third party (partners) to develop against my API ...
3
votes
1answer
175 views
Single Sign On With ACS through Multiple Applications
Simple Single Sign-On question
I Have two MVC4 applications:
**1**- http://localhost/BikeShop
ACS Relying Party:
- Name: **BikeShop**
- Return Url: **http://localhost/BikeShop**
- ...
4
votes
0answers
344 views
Unable to sign out from Active Directory when using Azure ACS
I am using ACS 2.0 in my MVC 4 application.
It is already configured for signing in, and it works for various providers including ADFS.
I need to implement sign-out functionality.
As this question ...
0
votes
3answers
233 views
Setting up Azure ACS roles
Hey guys not sure if this is the right forum for this but I'm at my wits end trying to figure this out.
So a quick background of what I'm trying to do. I'm working on my senior project for college ...
1
vote
2answers
291 views
Authenticate Microsoft Account user with ACS using REST
I would like to leverage ACS to authenticate Windows Account users (and eventually users from other identity providers in the future) on a website.
I have found a lot of resources regarding ACS, but ...
0
votes
2answers
75 views
Can I get JSON format data from ACS?
When I began to read the ACS 2.0 document, I realized, ACS integrate with claim based authentication.
So if I don't want to use claim in my application, how should I get data in SWT or JSON format?
...
0
votes
1answer
164 views
Passing URL parameters from Azure ACS to my custom Identity Provider?
We're developing a custom identity Provider(STS) to authenticate our applications. In this project we're using the Azure Acesses Control Services 2.0 and our Identity provider is a wsfederation.
So, ...
2
votes
1answer
109 views
ACS token request Plaintext vs. Signed
I'm trying to choose between Plaintext and Signed Token request methods for ACS (http://msdn.microsoft.com/en-us/library/ee706734.aspx).
The only thing I came up with to differentiate these two ...
2
votes
1answer
215 views
Logout from access control service with custom STS
I'm using Windows azure access control service with custom STS. I can login to my application through ACS, but I have trouble with logout function. I've tried this code in my application.
...
1
vote
2answers
347 views
Handling REST SWT tokens in WCF WIF pipeline is not working
I'm struggling on a setup mentioned in the subject line and am wondering if someone can help me.
Essentially, what I have is a WCF service and I want to achieve that the user can authenticate ...
1
vote
1answer
148 views
Access ACS Azure from Winforms
I have an Azure webrole that requires ACSv2 authentication that I want to access from a winforms application. Many of my clients use Windows XP so I can not use the WIF (which is not available on ...
0
votes
1answer
106 views
ACS Rest API similar to Windows Azure Service Management REST API Reference
I found ACS Management Service API Reference at http://msdn.microsoft.com/en-us/library/windowsazure/hh278947.aspx.
I feel this is not as similar to Windows Azure Service Management REST API ...
0
votes
2answers
89 views
Enrich Azure ACS security tokens
We are considering ACS as our federated STS. We can configure our own custom STS as an IP-STS, as well as the "built-in" identity providers such as Facebook, Live and Google. The claims we get back ...
0
votes
1answer
88 views
Azure ACS Authentication not working after I publish
I configured google logins for our application. However I need your help yet again, I can get it to work locally but after I deploy it doesn’t.
To give you a little bit more detail what I do to ...
0
votes
1answer
51 views
Can I get Gmail email address by ACS?
0
HI
Can ACS return Gmail Address today?
Sound like it can be returned before.
But now I use
var principal = Thread.CurrentPrincipal
And add watch to Thread.CurrentPrincipal, I can only find my ...
0
votes
3answers
372 views
Azure ACS and SimpleMembership
I want to create azure mvc4 website (azurewebsites) with:
SSO for employees within company's domain (ADFS already federeted with ACS)
access for external (non-employees) by local accounts or LiveID ...
1
vote
1answer
525 views
How to pass query string parameter in asp.net?
I am using Access Control service (ACS). I fetched all identity providers (ip) which i set for my application using the following code :
public ActionResult IdentityProviders(string ...
0
votes
1answer
145 views
How to access the ACS token on mvc application?
I am using Access Control Service (ACS). I configure my MVC-4 application to use ACS. I put the return url to my controller, which is http://127.0.0.1:81/ACS/LogOn and after logon with any identity ...
1
vote
1answer
118 views
How to get Identity Providers Name
I am using azure Access Control Service (ACS). I am trying to get the list of Identity providers which i was selected for my application. For this i am using the following code From Here:
public ...
2
votes
3answers
160 views
How to redirect user to ACS default login page
I am using azure Access Control System (ACS) in my web application to authenticate users from different identity providers. I successfully registered my application to use ACS. Now i removed my full ...
7
votes
1answer
166 views
Can you have both client certificate security and service identity authentication in azure acs
We have a WCF service which requires a token supplied by azure's acs service and acs is configured to use the in built service identities for authentication.
Can we also only allow access to this ...
0
votes
0answers
41 views
Why can not I put a second instance of my WebRole?
I have a development problem for one of my clients.
Let me explain:
I have a project SSO: Yahoo, Gmail, Facebook, Windows Live and my own Identity provider (thinktecture), I make it in Visual Studio ...
3
votes
2answers
549 views
How can i connect Azure Active Directory (WAAD) to Windows Azure Access Control Service (ACS)?
I am already using ACS and would love to setup Azure Active Directory as an identity provider.
I cant seem to find any way of getting ADFS info from WAAD but i guess its still early days...
Does ...
0
votes
0answers
142 views
Use with Windows Azure Access Control Service with IPhone and Android [closed]
I have setup Windows Azure Access Control Service, and using it with Windows Phone using Windows Identity Foundation.
My question is, can I use it with other devices like IPhone and Android?

