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
I'm trying to develop an application in Java / Spring that connects to an Microsoft Outlook / Exchange SMTP Relay to send e-mails using MSAL4J, but I keep getti
We are using custom policies for Sign in and reset password in Azure B2C, when user is resetting his password and after doing all the process, when user tries t
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
I have an MSAL app that creates authentication tokens for accessing various Microsoft APIs. I provide the app specific scopes, and it creates a corresponding au
I have the following scenario, I have a backend developed in node with express and protected with passaport-azure ad, and I have an application that must consum
Setup: Users are created on On-Prem AD and synced to Azure AD via Azure AD Connect I have a single-tenant app set up on Azure AD I created a user (On-Prem, sync
I'm trying to authenticate the logged-on user with my cloud application. I've a rich application on the end-point (C++ or C#). I've a cloud application (not nec
When using Microsoft Authentication Library for Python (MSAL) on the server side, is it safe to share single ConfidentialClientApplication object between severa
I just wanted to know how can we validate the azure ad access token in a backend API in my case i.e. Django rest framework. Consider that I have a single page a
I have a Docker app running on localhost. There are multiple flask apps each in its own container. One is on the root (localhost) and the others are on subdomai
<activity android:name="microsoft.identity.client.BrowserTabActivity"> <intent-filter> <action android:name="android.
I am trying to implement an OBO flow through to the graph API on a middle-tier API (.NET 5.0) using MSAL.NET. I'm running into two frustrating problems, and I c
Integrating AzureAD SSO to my android app. I have registered an app on Azure portal & get the auth_config.json file against the same. Implemented the sample
Good morning, I'm using MSAL JS in order to authenticate users in a PWA application developed using REACT. Sometimes login works perfectly, redirecting users to
I need to implement SSO in a .net framework web application environment. Need to authenticate and retrieve the samaccountname of the logged user. I have a worki
I have register an Azure App with delegated permission. I also have local anaconda instance install on my desktop. Now when I initialize MSAL using below code,