azure-acs

Azure ACS Kubernetes Windows Containers delayed access to internet

旧街凉风 提交于 2020-01-05 04:41:06
问题 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 the same image and it instantly can access the internet. One difference I see is that the kubernetes owned containers contain an additional transparentNet where the plain docker container only has a nat network. This is the test code I'm running

Azure AD as Federation Provider for Okta

旧城冷巷雨未停 提交于 2019-12-23 04:51:57
问题 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 integrated with Azure AD (http://blogs.technet.com/b/ad/archive/2015/02/12/the-future-of-azure-acs-is-azure-active-directory.aspx). I am bit confused here. I understand AD provides the directory services and will be used for authentication. In our case,

Azure mobile services - multiple azure active directories

半世苍凉 提交于 2019-12-10 22:39:23
问题 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 the user is authenticated and the mobile app has the JWT token, it will be subsequently sent to our API gateway to access various services. Is is possible to use Azure mobile service Identity component in such a way that the app can authenticate

Secure WebAPI with a JWT

放肆的年华 提交于 2019-12-04 23:11:05
问题 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 currently querying the following url https://xx.accesscontrol.windows.net/v2/metadata/IdentityProviders.js?protocol=javascriptnotify&realm=http://xx.azurewebsites.net/&version=1.0 to get a list of IPs. I then allow the user to choose an IP, and then using a web browser control I show them a login. Once the

Secure WebAPI with a JWT

≡放荡痞女 提交于 2019-12-03 14:35:15
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 currently querying the following url https://xx.accesscontrol.windows.net/v2/metadata/IdentityProviders.js?protocol=javascriptnotify&realm=http://xx.azurewebsites.net/&version=1.0 to get a list of IPs. I then allow the user to choose an IP, and then using a web browser control I show them a login. Once the user has logged in I capture the response and extract the token, but now I'm not really sure what I

Retrieving Azure AD Group information with JWT

会有一股神秘感。 提交于 2019-12-01 08:07:42
问题 I have APIs that require Azure AD bearer authentication. public void ConfigureAuth(IAppBuilder app) { app.UseWindowsAzureActiveDirectoryBearerAuthentication( new WindowsAzureActiveDirectoryBearerAuthenticationOptions { // ... }); } Is it then possible to query Azure AD - perhaps using the Graph API - to determine the group information of the calling user? The end goal here is to apply role-based security to the API methods/controllers, as below (or similar). [PrincipalPermission

Test Azure Service Bus locally without any subscription or login

泪湿孤枕 提交于 2019-11-30 01:20:44
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 a certain point a Namespace and an Issuer Name and Key is required. I don't have that data since I'm not registered to Azure Services and I don't want to do it now ( I will get my trial when I will feel ready to develop/test something real ). SliverNinja - MSFT Unfortunately there is not an emulated Azure Service Bus you can run locally. The Azure Service Bus requires an active Azure Subscription .

Test Azure Service Bus locally without any subscription or login

不问归期 提交于 2019-11-28 22:09:21
问题 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 a certain point a Namespace and an Issuer Name and Key is required. I don't have that data since I'm not registered to Azure Services and I don't want to do it now ( I will get my trial when I will feel ready to develop/test something real ). 回答1: Unfortunately there is not an emulated Azure