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
1
vote
1 answer

Python - Opening service with win32service returns Access Denied even as Administrator

If I try to control or even open some services with all access through win32service.OpenService() (running as administrator) I get "pywintypes.error: (5, 'OpenService', 'Access is denied.')". However, controlling the same services from the Services…
R01k
  • 735
  • 3
  • 12
  • 26
1
vote
0 answers

ASP.NET to handle JWT tokens from Azure ACS (Access Control Service)

I am trying to make my ASP.NET application to handle JWT token from ACS instead of SAML 2.0 - which works perfectly. I have configured my web.config to use the default Jwt handler from System.IdentityModel.Tokens.Jwt as follows …
1
vote
1 answer

Integrating Azure AD Access Control to social authentication for iOS app

I am writing an iOS app and using Azure Mobile Services for my identity management and DocumentDB for noSQL DB. However the only access control that I can see for DocumentDB is when we use Active Directory (which I am not currently using.) I see…
1
vote
1 answer

How to implement user access control mechanisam in web application

Am developing a web application using Springs. To make a scalability for my application am in need of user management system. In application having different groups each groups having different users.Every user having different roles. To implement…
Aravind Cheekkallur
  • 3,157
  • 6
  • 27
  • 41
0
votes
1 answer

Azure independent users store and Access Control Service service identities

We have a mobile web platform that we are developing above Azure. We have a website which is a regular passive authentication scenario and mobile client infront of a web serivce which is active authentication scenario. We want to create our own…
James Roeiter
  • 861
  • 1
  • 9
  • 23
0
votes
1 answer

How to change when azure access control service login is displayed instead of when the application is run

I'm trying to add the option of authentication using Azure Access Control Service to my website, all the functions work correctly but I would like to change when it redirects to ACS to login instead of when my application is first run. Is there any…
Steven
  • 1
0
votes
2 answers

Windows Live with e-mail through Azure Access Control Service

I am trying to allow users to sign in to the ASP.NET MVC web site with their Google, Facebook, and Windows Live accounts. I am currently using the Azure App Fabric ACS, which made it almost too easy. The catch is I need the e-mail address. Google…
sreed
  • 26
  • 4
0
votes
1 answer

Building an Identity Management System using Microsoft Azure

I'm looking to build an identity management system with role based access control using Microsoft azure and .net. I was just wondering if anyone could provide some pointers about it. I want to setup authentication, with access control depending on…
0
votes
1 answer

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 deployed not in AZURE)WCF Service. (The WCF service is…
JSC
  • 3,705
  • 3
  • 26
  • 25
0
votes
1 answer

Login to ADFS from Spring without SAML

We are building a Spring Boot 2 application that enables SSO with ADFS. We already implemented SAML with browser profile but we now need to serve clients who do not have a web browser. From talking to people who operate the ADFS side they say there…
Itamar Kerbel
  • 2,508
  • 1
  • 22
  • 29
0
votes
2 answers

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 Identity Provider. I've created a new custom claim in…
Steve Morgan
  • 12,978
  • 2
  • 40
  • 49
0
votes
1 answer

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 current namespace, so I can't delete it.
Moox
  • 1,122
  • 9
  • 23
0
votes
1 answer

Is WSO2 / Mulesoft Identity Server Free for commercial purposes?

I am looking out for Authentication Broker products for integrating with multiple IDPs which has SAML2P, Ws-Fed based endpoints, ADFS/STS, Facebook, Google etc. I am a .NET Developer and developing applications on .NET platform. Initially I thought…
0
votes
0 answers

Separate Login Page for Windows Azure Access Control Service

I set up Windows Azure Access Control Service on my local web app so that I can login through Google, and everything works fine. What I would like to do is allow certain pages to be viewed anonymously. Whenever I try to open the app, I am taken to…
OJ Raqueño
  • 4,471
  • 2
  • 17
  • 30
0
votes
1 answer

Windows phone 8 and Azure AD / ACS

I am developing a WP8 app, which requires authentication in order to get a token to call the web api backend. I don't want to create my own account management mechanism, because it seems silly in our day and age to implement my own account…