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
2
votes
1 answer

Azure mobile services - multiple azure active directories

We want to develop a mobile application which will be used by users in multiple organizations. Each of these organizations will have an Azure Active Directory tenant owned by them. We want to use Azure Mobile Services for authenticating users. Once…
Gaurav
  • 895
  • 3
  • 14
  • 31
2
votes
3 answers

Role Claims when Federating Azure AD

We want to create a MVC web application using claims-based authentication, expecting roles as one of the claims. We want to Federate authentication providers using the Azure Access Control Service to manage this federation. One of the…
No One
  • 133
  • 7
2
votes
0 answers

Spring SAML Security with Azure ACS Integration Sample

Can anyone guide me in Securing my Spring Restful webservices using Spring SAML and Azure ACS? I have already secured the same using ADFS and its working fine.
Kannan
  • 87
  • 3
  • 8
2
votes
1 answer

How to detect in a SPA application (client-side) if a Windows ACS session expires

We are building a SPA application using Durandal and we are authenticating the users via Windows ACS in Windows Azure. We currently have a problem with users who leaves their applications open for a long time. When they come back, the ACS token is…
Elferone
  • 364
  • 3
  • 17
2
votes
1 answer

How to "pre-authenticate" another user with Windows Azure Access Control?

I'm trying to use Windows Azure Access Control to avoid the security risks in using usernames/passwords in my app and to simplify the authentication. However, this is a site that can be used by medium or large companies that may wish to…
Paul
  • 3,748
  • 1
  • 25
  • 28
2
votes
2 answers

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 publish to azure without having to make changes to the…
Zoltan
  • 165
  • 9
2
votes
1 answer

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 over container and blobs, customers have read…
user1493460
  • 71
  • 1
  • 6
1
vote
2 answers

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 it and extract the claims?
1
vote
3 answers

Kubernetes 1.7.7: how to enable Cron Jobs?

I've added —-runtime-config=batch/v2alpha1=true to the kube-apiserver config like so: ... other stuff command: - "/hyperkube" - "apiserver" -…
Jordan Baker
  • 4,103
  • 1
  • 20
  • 18
1
vote
1 answer

Kubernetes - hosting game server with UDP. How to connect/route traffic to POD?

Fore few days I've been playing with Kubernetes cluster on Azure Container Service, with goal to host Unreal game servers on it. After days of experiments and few questions on SO I got to the point where I can host few servers on single node and…
Łukasz Baran
  • 1,229
  • 3
  • 24
  • 47
1
vote
1 answer

Azure ACS Kubernetes Windows Containers delayed access to internet

I used the Azure portal to create an Azure ACS for windows containers yesterday 4/19/17. I find that whenever I deploy to it the container can't reach the internet for 2-3 minutes. I logged in to one of the nodes and manual created a container from…
1
vote
1 answer

Azure AD as Federation Provider for Okta

We are developing an application in which we plan to use Okta as the ID provider. However, this application will be hosted in Azure and we would like to use the Azure ACS for Federation. However, off late we came to know that ACS is going be…
Thomas
  • 1,970
  • 4
  • 28
  • 59
1
vote
2 answers

Implemeting Authentication using OpenId Connect implementation for Azure AD?

I am trying to implement Authentication in our website using the Azure AD, following the below reference. Our website uses the below stack ASP.NET, MVC5 hosted on IIS. basically use OpenId Connect protocol for website authentication and use oAuth2.0…
SteelBird82
  • 759
  • 3
  • 10
  • 23
1
vote
1 answer

SharePoint group claims through Azure Active Directory

We are using Azure Active Directory and Azure Access Control Services (ACS) to authenticate users in a SharePoint 2010 instance. The users and groups in Azure AD are synched from an on-prem AD directory using Azure AD Connect. We've gotten almost…
1
vote
1 answer

ADD Custom Claims in Azure ACS Assertions

We have our on premise claims aware application registered as relying party with Azure ACS. we would like to send few claims to the application from a custom data store along with the claims from the Azure AD, how do we add a custom data store in…
kbasa
  • 11
  • 1