Azure AD : AADSTS50003: No signing key is configured
I configured azure AD as an identity provider for my organization's application whenever i try to access the application its redirecting the request to azure login. But I am getting a bad request...
View ArticleAzure Application Proxy - URL rewrites & 404 errors
Hi,I'm working up a POC for a client who is trying to publish an internal application using the Azure Application Proxy connector. The connector is setup and working fine (tested with default IIS...
View ArticleAzure Connect UserWriteBack??
Hi everyone, i started to work with Azure Active Directory Connect with the propouse of get the user that we have in Office 365 to the active directory on premise from my organization. In the first...
View ArticleHow to authenticate to Azure AD in Powershell when the account is MFA enforced?
Can anyone suggest how to Connect-MsolService in Azure AD powershell, when using an account that is MFA enforced?I am trying to run AAD powershell, but cannot connect since there is no way to produce...
View ArticleAzure AD Connect - Add Group Filter
I have configured Azure AD Connect to synchronize my whole domain, and filtered (as documented) by OU. I would now like to change to filter by AD Group membership. Is this possible via a GUI, or do I...
View ArticleRefresh token generated using Azure Active directory gets expired.
Hi, I am using the Refresh token to generate a Access token for getting Usage Info on Azure Billing Rest API. this process runs in a Scheduler every 1 hour on my application. After the scheduler runs...
View ArticleWhat is the best practice for multiple tenant app hosted in Azure?
Best practice for multi-tenant app hosted in Azure that will be authenticating from a multi-domain.What will be the best way to go about it?Thank You
View ArticleConnecting to specific Workspaces/Accounts
we have access to a customer's dashboard .. but also have a MSDN Azure accountdumb question . but I cannot seem to access our MSDN Azure account/workspaceThanks in advance
View ArticleLogon Hours in Azure AD?
I'm looking to implement a cloud-only AD using Azure AD and Windows 10 devices. Is it possible to implement logon hours per user account similar to the function in on-premise AD? I searched the...
View ArticleReceiving "Authorization_RequestDenied" when attempting to assign a...
Hi folks,We are attempting to assign a DirectoryRole to an AD user via GRAPH.When we execute the code, we...
View ArticleRequest_ResourceNotFound": "Resource '' does not exist or one of its queried...
Hi, I am trying to add approle assignments to existing user.This is the code I am using.The code looks fine[I have just modified the GraphApi console App]. IPagedCollection<IApplication>...
View ArticleAuthenticate Service Management Rest API through Active Directory
I need to authenticate service management rest api using active directory.1.Is it possible to authenticate service management REST API with the username and password?2.Is there any REST API to create...
View ArticleAD Reporting anomalies
Going through the various AD reports and I see at least one time where a user who logged in to multiple geographic locations within the same day (login in India and then a login in the US) not being...
View ArticleAADSync with Device Writeback not working
Dear Experts,I've opened a support case on Device Writeback, but support responded that this is a preview feature and thus no support is given. Hence a thread here to see if someone has experience...
View ArticleGraph API call returns "Insufficient privileges to complete the operation"
When I run the graphexplorer and ask for the permissions (I am signed in with with proper AAD creds):https://graph.windows.net/xxxxxxxxxxx/permissions?api-version=2013-11-08 I get the whole...
View ArticleSSO with UserVoice
Hi Everyone,I configured both AAD and uservoice.com to get SSO enabled, by following provided resources...
View ArticleIntegrating Azure AD with a Virtual Machine AD?
Good morning!We own a small company, and just don't have the cash or hardware to operate our own Windows Server on premise. I fiddled with a Windows Server VM and found out that you can't use a VM as...
View ArticleUnable to remove AD Application with powershell cmdlet
Hi, I have an Azure AD application created with the following powershell script:New-AzureADApplication -DisplayName $appName -HomePage "http://localhost" -IdentifierUris $uris After that I manually...
View ArticleProblem obtaining access-token for AAD tenant application with Postman
I have an Azure web API application which is secured by an azure active directory tenant. Through Postman I am trying to obtain the OAuth2 access token using Postaman's OAuth2 Helper. The get...
View ArticleAzure AD Graph REST APIs, user creation and proxyAddresses
Hello,Let's consider an Office 365 domain, "example.com" ("examplecom.onmicrosoft.com") and create a new user thru the management portal (https://portal.office.com/Admin/Default.aspx#ActiveUsersPage),...
View Article