Questions tagged [azure-acs]

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

Windows Azure Active Directory Access Control -- also known as Access Control Service (ACS) 2.0 -- is a service that handles authentication and authorization for web application and services, either directly or through integration with widely used authentication systems such as Facebook, Google and Windows Live. Upon successful authentication, Windows Azure Active Directory Access Control generates a cryptographically signed token, containing a set of claims that tell what the user can do in the application.

Windows Azure Active Directory Access Control support several standards widely used in authentication and authorization of web applications, such as OAuth, SAML and WS-Trust.

Windows Azure Active Directory Access Control can be managed through a web portal or OData API, defining the applications that need its services and how to generate the claims.

Windows Azure Active Directory Access Control is also used to handle authentication in Windows Azure Service Bus.

67 questions
1
vote
1 answer

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 project? I have a working mobile web application…
Eitan
  • 367
  • 3
  • 8
0
votes
1 answer

Referencing Azure ACS Cluster Master VM Public IP?

I'm using this repo to create a kubernetes cluster on Azure using acs-engine. I am wondering if anyone can help me identify how to reference the master VM's public IP address. This would be used to ssh into the master VM (ssh user@public-ip),…
Sean
  • 581
  • 5
  • 20
0
votes
1 answer

ACS with Google provider: error 500

I keep getting same error while trying to login with my Google account to Sharepoint through ACS. I followed this tutorial: "http://www.fusecollaboration.com/blog/using-google-to-authenticate-with-sharepoint-2013". The error message I'm…
0
votes
0 answers

How to set up Azure ACS (Access Control Services)

I am new to Azure, Could someone please help me with below queries With IaaS model of development and deployment, how do we integrate Azure ACS(Access Control Services) with a MVC application After authentication user will be registered in MVC…
Vinay Kumar.o
  • 316
  • 1
  • 10
0
votes
1 answer

ACS and Azure AD. Different Subscriptions. AADSTS70001: Application was not found in directory

I try to integrate Sharepoint with Azure AD using Using Microsoft Azure Active Directory for SharePoint 2013 authentication. The problem encountered when logging comes from login.microsoftonline.com and is: AADSTS70001: Application with identifier…
Alex K.
  • 784
  • 5
  • 12
0
votes
1 answer

Is offline authentication possible with Azure Active Directory

I am currently using Auth0 for the offline authentication with downloading the token and validating the user against it. I am now looking to migrate to the Azure Active Directory - just want to double check if they have anything to support my…
0
votes
1 answer

Azure Active Directory integration with SAP HANA Cloud Platform

I am Following document "Tutorial: Azure Active Directory integration with SAP HANA Cloud Platform" at location https://msdn.microsoft.com/en-us/library/azure/dn948540.aspx, when I searched "SAP HANA cloud platform" in the list of applications in…
0
votes
2 answers

Error while Authenticating sharepoint site with Azure AD users using Azure Access Control Namespace

I have a Sharepoint site running on Azure virtual Machine. Now i want to authenticate my sharepoint site with Azure AD users. For this i have followed below link, but getting error after login. Using Microsoft Azure Active Directory for SharePoint…
User5590
  • 1,383
  • 6
  • 26
  • 61
0
votes
1 answer

Azure servicebus topics subscriptions security using ACS

What permissions I need to set for the following scenario: I want to use Azure service bus in order to be able to connect a windows service agent running on premise and a worker role running in azure. The agent itself is a software that will run on…
user2818430
  • 5,853
  • 21
  • 82
  • 148
0
votes
1 answer

ACS with custom home realm discovery page, how do I "detect" Azure AD vs Microsoft Account?

I'm customizing an ACS home realm discovery page and want to accommodate users who have either a "microsoft account" (aka LiveID/Passport) or a Office365/Azure Active Directory account. In this situation, it's possible for the following workflow to…
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

How should I use SWT get User's information from Azure ACS

If I use Asp.net,I can add sts, and get user infomation from Claims. But now I have a winform application, so I can't add STS reference in my project. I need to let user login my app with Google account. I can get SWT token in code behind. But I…
EthenHY
  • 551
  • 3
  • 9
  • 19
0
votes
1 answer

How can I evaluate the performance benefits of using JWT tokens instead of SAML?

I'm evaluating using JWT tokens instead of SAML tokens in an SSO scenario using Azure ACS. JWT is promoted as more lightweight than SAML but I'm not sure how to evaluate that claim. I assume the token is passed via the FedAuth and FedAuth1 cookies…
Jamie Ide
  • 48,427
  • 16
  • 81
  • 117
0
votes
1 answer

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 -…
letsc
  • 2,075
  • 5
  • 24
  • 43
0
votes
1 answer

SSO using Windows Azure Active Dirctory

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
0 answers

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 format in POST request. API then calls other WCF…
Sam Holder
  • 32,535
  • 13
  • 101
  • 181