Azure AD multitenant Windows phone App authentication error
I am building a multi-tenant Windows Phone 8 app using multiple tenants in Windows Azure AD. The app basically authorizes the user and then accesses the graph API to read certain information in the AD...
View ArticleHow to use Azure AD token in getJson
I have a question regarding passing the authorization token to a web api. I seem to have it working fine with code based on the sample code (WebApp-WebApi-OpenIdConnect-DotNet). All my claims show...
View ArticleAzure Active Directory to replace domain controller?
Is it possible to use the new activedirectory.windowsazure.com to completely replace the need for a domain controller. We have clients with less than 10 users, completely mobile workforce, using all...
View Articleguide create an account
I need to create an account., but do not know how to create, support helped her with. thank you
View ArticleNot Seeing Subscription/AD for co-Administrator
I have a client that has an Office 365 account. I have also created an Azure environment for them. They would like our company to manage all this for them. We have an existing Azure account ourselves...
View ArticleSSO stopped working for localhost redirect url
Hi I currently have three environments. dev - https://localhost:8080/ test & production I have configured SSO settings for each but now localhost has started failing with the following error...
View Articlemex requirements when ADAL talks to AAD, gets OAUTH endpoint of (ADFS v3) IDP...
On playing with an ADAL library unit test (from the source) that has the library talk ws-trust RST/RSTR to my IDP, having discovered thatsupport170@rapmlsqa.com UPN is a AAD "Federated" account, the...
View Articlemex requirements when ADAL talks to AAD, gets OAUTH endpoint of (ADFS v3) IDP...
On playing with an ADAL library unit test (from the source) that has the library talk ws-trust RST/RSTR to my IDP, having discovered thatsupport170@rapmlsqa.com UPN is a AAD "Federated" account, the...
View ArticleLocal to Azure Active Directory Sync
Hi ThereI have configured DirSync, Single Sign On and ADFS with my Server 2012 Server to Office 365. Active Directory sync is working well and syncing fine. I can log into Office 365 with my local AD...
View ArticleAzure AD OpenIDConnect owin middleware can't sign in user when adding other...
I am seeing a strange behavior. Basically I created Azure AD. Added WebApp. Added permission to the AAD to access "your org directory". The app is multitenant. Now in my actual website I added OWIN...
View ArticleLooking for clarification on Azure Active Directory availability and...
The Azure Active Directory Technical Documentation Library page reads "As a highly-available and highly-scalable service of Windows Azure, Windows Azure AD can be used to manage identities of both...
View ArticleCan you start with Azure Active Directory and later implement Server Active...
Right now we are looking at setting up cloud active directory, but down the road may need to set up actual active directory servers to manage more equipment. Can you use the cloud active directory to...
View ArticleConversion to federated domain - Steps
Hi All,This query is to just reconfirm my understanding.We have a single account forest on-premises but different SMTP domains.So although all users exist in a single AD, they have email addresses with...
View ArticleDirSync + Password Sync : First Logon
Hi All,We have recently enabled DirSync with PasswordSync for our O365 portal.Although all staff members have been synced, we havent activated/licensed all of them.Only a few have been licensed so...
View ArticleCreate ACS through IAM CLOUD
Hi Azure experts, I want to know how can I authenticate an azure hosted cloud service using ACS (Access control Namespaces). I will share few details about my existing ACS created in my azure account...
View ArticleADFS - SSO Experience (Flow)
Hi All,I have been reading about setting up ADFS for SSO.For browser applications like OWA and SharePoint Online, I understand that for access from with in the corporate network Integrated Windows...
View ArticleGraphi API - How to add *many* members to a group
I failed to add more than one user at a time in a group using the Graph API of Microsoft Azure Active Directory, i.e. method documented inhttp://msdn.microsoft.com/en-us/library/dn151600.aspx.The...
View ArticleWindows Azure ACS certification expired
Hi Azure friends,I have seen in my ACS certification section of azure portal, it is saying warning that coming July 2014 date x.509 and symmetric certificates are expected to expiry.May i know,1. what...
View ArticleAssign App from Gallery/Custom App trough Powershell/API
Hi,Is there is an API to assign a single User to an App from the Azure Active Directory Gallery? Or is the only way to purchase AAD Premium, assign a group to the app and then add Members to the group...
View ArticleAdding New User to Group in AAD via C#
I have the following code to add a user to AAD; try { Microsoft.Azure.ActiveDirectory.GraphClient.User user = new Microsoft.Azure.ActiveDirectory.GraphClient.User(); userPrincipalName =...
View Article