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

Google Authentication wtih SharePoint 2013 using Azure ACS

I've set up my SharePoint 2013 on prem site to accept authentication from Google and Windows Live. Windows Live login works for the most part. I've set up an ACS in Azure where I've specified the return URL after the user signs in. I have entered…
1
vote
1 answer

Exchange Web Services are not currently available for this request because none of the Client Access Servers in the destination site could process

I am using EWS Java APIs and passing OAuth tokens to fetch data from office 365 mailboxes. Because I am developing Web APIs I preferred using "Application Permissions" defined in Azure active directory application for Office 365, and used "client…
pranjaljain
  • 170
  • 1
  • 3
  • 18
1
vote
1 answer

ACS - Google OpenID Connect Migration - NameIdentifier changed

we migrated our ACS Namespaces to Google OpenID Connect, according to the guidance: https://msdn.microsoft.com/en-us/library/azure/dn927169.aspx Unfortunately the NameIdentifier claim from Google changes after the migration, so we cannot map the…
fbrem
  • 33
  • 1
  • 7
1
vote
1 answer

What is the big difference between SAS and ACS in Azure Authorization?

I´ve done some "Googling" to figure out the big difference between SAS and ACS Azure Authorization strategy and I could not find something that really have convinced me. Could someone point me the best cenario when to use one or another and the…
1
vote
0 answers

Refreshing the ADFS token periodically in web page

I am new to ADFS. We are using ADFS token for our security purpose. But our application is single page application and we don't go to server many times, we cache the data on client mostly. So while working on the page users face expired ADFS token…
1
vote
0 answers

Web API authorization with ACS with Facebook authentication token

I have a web api which I want to secure using ACS, but I want to use ACS for authorization only. The flow I want is: The user is redirected by the app to authenticate with Facebook and the app receives a Facebook token. The app sends a request to…
Elad Lachmi
  • 10,406
  • 13
  • 71
  • 133
1
vote
1 answer

Azure ACS : ACS50000 error on getting ACS token

I am using my custom STS as IDP with Azure ACS with a WCF service as RP. I am getting the following error while getting the ACS token- ACS10002: An error occurred while processing the SOAP body. ACS50000: There was an error issuing a token. Trace…
ubaid
  • 148
  • 9
1
vote
2 answers

Configuring ASP.NET MVC 4 to work with Azure's ACS and Microsoft's new System.IdentityModel.Tokens.Jwt Library

How do you integrate version 1.0.0 of the new JWT handler library (System.IdentityModel.Tokens.Jwt) into a ASP.NET MVC 4 application to process the Azure's JWT token from ACS? I'm receiving the following error when I try to run my…
Sunshine Attack
  • 87
  • 3
  • 10
1
vote
1 answer

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: (myservicenamespace).accesscontrol.windows.net is asking for some…
Simon Munro
  • 5,399
  • 6
  • 33
  • 40
1
vote
0 answers

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 Windows Azure Cloud Services. I configured Windows…
1
vote
1 answer

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 to choose and sign in to his identity provider in…
AshT
  • 535
  • 1
  • 8
  • 20
1
vote
0 answers

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 request to the authorize endpoint, the request…
Iñaki Elcoro
  • 2,153
  • 1
  • 18
  • 33
1
vote
1 answer

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 Shibboleth, but am wondering if there is any way to…
1
vote
1 answer

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 offer users the ability to create their own reports.…
Paul Turner
  • 38,949
  • 15
  • 102
  • 166
1
vote
0 answers

Why is my FederatedAuthentication.FederationConfigurationCreated null?

I have in previously used this in my ACS Federated secured applications: FederatedAuthentication.FederationConfigurationCreated += FederatedAuthentication_FederationConfigurationCreated; in the global.asax.cs file. For some reason its null…
Poul K. Sørensen
  • 16,950
  • 21
  • 126
  • 283