I want to create Graph API client as logged in user. The device is Azure active directory joined device. Documentation says I should use Integrated windows auth
Simple export script to grab users from Active Directory and output a .csv file: $ad_users = Get-ADUser -SearchBase $adPath -LDAPFilter $filter -Properties samA
Can an AzureAD joined/hybrid device authenticate with Microsoft identity platform? I would like the device to retrieve the JWT access token, not a user account
What other properties does one need to add to the ConnectionContext while connecting to AzSQL using an AzAD account? $srv = new-object ('Microsoft.SqlServer.Man
I have set up DDI numbers for my organization to receive inbound and outbound calls through MS Teams using a telephone number. I bought this from a telecom prov
I have two active directories ad1 and ad2 that are trusted by each other. Ad1 has groups that contain both users of ad1 and ad2. Using a Tomcat realm of a Linux
I am trying to make a web app that uses MERN Stack for its development. For the login part, I have to integrate Office 365 Login along with Azure AD login in th
I am trying to make a web app that uses MERN Stack for its development. For the login part, I have to integrate Office 365 Login along with Azure AD login in th
I am using spring-boot-starter-oauth2-client, spring-cloud-azure-starter-active-directory (spring-cloud-azure-dependencies 4.0.0) to add oauth2 authentication a
I have a website in my local network and the website is not ssl secured. Many clients can not reach the website because of "ERR_SSL_VERSION_OR_CIPHER_MISMATCH"
I've created a C# ASP .Net Core 6.0 application, and trying to implement SSO with Azure AD using Sustainsys.Saml2, specifically with the Sustainsys.Saml2.AspNet
Is this possible to migrate projects from one organization to another in Azure DevOps? I am facing challenges to manage multiple organizations so instead of it
I have a automation account with run as account through which i'm running a powershell runbook. It usually does add/remove a member to a AD group in azure and a
When using a certificate for authentication to Microsoft Identity Platform, are there specific details required for the certificate? Does Azure AD actually veri
I'm new to both Cypress and Azure AD, but I've been following the steps described here to create Cypress tests on an existing Angular app that uses Azure AD. It
User is logged in (Windows 10) and connected to Azure AD, but can't setup any software since administrator account is required. When I try to use admin account,
I m working with azure add and have more then 10 microservices. have existing implementation with ADAL library. now I have started converting my microservice to
Background Information I have two separate PowerShell scripts. One uses an ARM template to deploy a function app, along with storage accounts etc. It runs unde
I'm trying to access graph api. I'm using MSAL4J to access the graph apis. But I'm getting com.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutE
I'm trying to access graph api. I'm using MSAL4J to access the graph apis. But I'm getting com.microsoft.aad.msal4j.MsalClientException: java.net.SocketTimeoutE