Service offered by Windows Azure that provides authentication and authorization for web applications and services

learn more… | top users | synonyms

1
vote
1answer
26 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
0answers
10 views

Azure ACS - ACS20001 exception while login using SiteMinder IDP

I have created a sample 'Windows Azure cloud service' project in visual studio 2010 and configured AZURE ACS as STS for this application using WIF for .NET 4.0. then deployed this application in ...
0
votes
1answer
37 views

Get OAuth 2.0 token via ACS

I have an application that understands OAuth 2.0 token (on passing a valid OAuth 2.0 token, it authenticates a user) returned by Live ID . This OAuth toke looks like - ...
0
votes
0answers
45 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 ...
1
vote
1answer
37 views

How to get signed in user identity in a website after signing in with another website using ACS

I have one website which is configured to use Azure ACS. When the user signs to this website, how will I get the user identity when he visits another one of my website so that the user will not need ...
0
votes
1answer
44 views

Is there a javascript library to obtain authentication token with Windows Azure Active Directory

I have a number of web services created using Microsoft MVC4 Web Api and protected using WIF and Windows Azure Active Directory (WAAD) using WS-Fed. I also have a pure HTML5/Javascript single page ...
0
votes
0answers
45 views

ACS90027: Multiple principals match the 'ccf87be2-5370-4232-8453-0cadd770e3fe' identifier using OAuth in Active Directory

I´m trying to use Azure AD as OAuth authorization provider. I have created an asp.net web application, just for testing, and registered an application in azure AD. From the web site I created a web ...
1
vote
2answers
95 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 ...
-2
votes
1answer
42 views

GraphAPI Javascript Library? [closed]

Has anyone put one together yet?
0
votes
0answers
115 views

SharePoint 2013 Federated Authentication cookie is removed on every request

I have configured SharePoint 2013 web application to use Azure ACS for authentication. I am using Gmail as the identity provider in Azure ACS. When I try to access to top level site, I am redirect ...
1
vote
1answer
224 views

Multiple identity providers with Office 365 based SharePoint 2013 web application

I am trying to get multiple identity providers (Google, Facebook, multiple ADFS) working with a SharePoint 2013 web application provisioned on Office 365. I know about options related to ADFS and ...
1
vote
1answer
276 views

Secure WebAPI with a JWT

I'm trying to write a mobile application that will get data from a webapi rest based site. The site should be secured via ACS (as there can be multiple identity providers). My mobile app is ...
3
votes
2answers
125 views

Developing with Azure Mobile Services?

What is currently the "best" way to develop a back-end system in Azure Mobile Services? Specifically, what tools are available? From what I've seen, most examples just go to the Management portal ...
0
votes
1answer
282 views

SSO using Windows Azure Active Dirctory [closed]

i am very new to Active directory and SSO(Single sign on). I have very little knowledge on the same. I need information how do i start SSO operation using active directory in azure environment.
0
votes
0answers
244 views

Obtaining a SAML token from Azure ACS

we currently have some WCF services which use active authentication with ACS, which are currently used like so: user calls- user calls our legacy api, with username and password in custom message ...
1
vote
0answers
69 views

Using Azure ACS SWT on mobile clients, security concerns

So the mobile ACS sample requires that the Token Signing symmetric key is distributed out to all client devices. How secure is this, really? Couldn't a malicious SWT be created and signed using the ...
0
votes
2answers
128 views

Parsing 'wresult' value without WSFederationAuthenticationModule

When returning from Azure ACS I retrieve a federation authentication result inside a FormCollection. The value containing the information I need is inside an encrypted value called "wresult". I'm ...
1
vote
1answer
58 views

How can I expose a subset of my SQL Azure database to customers for reporting?

I'm trying to determine whether Azure SQL Reporting can be used to provide reporting on an application we're hosting in Azure with an Azure SQL database back-end. Ideally we'd like to be able to ...
0
votes
0answers
51 views

How to link two identities with WIF and Asp.Net 4.5

I would like when users authenticate themselfs to check if they already was authenticated and then the two identities could be linked together. I tried: ...
1
vote
0answers
130 views

Why is my FederatedAuthentication.FederationConfigurationCreated null?

I have in previously used this in my ACS Federated secured applications: FederatedAuthentication.FederationConfigurationCreated += FederatedAuthentication_FederationConfigurationCreated; in ...
0
votes
1answer
149 views

How do I pass the principal provided by Azure ACS in an MVC application to a WCF service?

So, I'm creating an ASP.NET MVC application to be hosted in Azure. It's currently authenticating users via Azure ACS which delegates to a number of IdPs of clients for the application. The ...
6
votes
2answers
706 views

Test Azure Service Bus locally without any subscription or login

Is there a way to play with and discover Azure Service Bus on the local emulator without registering to the real Azure Services? I was following a tutorial on the use of the Azure Service Bus but at ...
0
votes
1answer
75 views

ACS - A valid option to manage users

I'm developing an Windows Azure web application and I would like to understand if I should use Windows Azure Control Service (ACS) in my Architecture or not. So, my questions are: Is the Windows ...
0
votes
1answer
226 views

Azure ACS in a PhoneGap project

Although this is the first time I'm forwarding a question here, I occasionally find answers to my questions here, so first of all, thanks! Have someone tried to implant Azure ACS in a PhoneGap ...
0
votes
0answers
303 views

ACS does not postback the security token to the return url

i have set up a test app successfully using .NET4.0 + ACS2.0 with standard login page. Everything just work fine. I click my login button, get redirected to acs loginpage and the security token is ...
0
votes
1answer
295 views

Programmatically get user identity from Azure ACS

This question is a bit noobie, but i can't find the information over the internet (perhaps i'm search wrongly?) We have an Azure ACS configured and we using it as auth service for our website. But ...
1
vote
1answer
150 views

Windows azure storage membership blob permissions

An azure web role, that uses membership authentication, how can we give permissions to roles and users to specific blobs in a container or to container itself? For example admin role has full control ...
0
votes
2answers
304 views

Unable to complete Azure ACS Authentication in MVC Applications

I have an MVC 3 Application that I am trying to integrate with Azure-hosted ACS Identity Providers. I have been following the Tutorials but they do not appear to be working for me when using ASP.NET ...
0
votes
2answers
230 views

Windows Azure: How to process the SAML token returned by ACS in java

I configured identity provider and Relying party application in ACS and i see that ACS is sending SAML token to my return URL Now the question is: How do i process the SAML token in java , validate ...