Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [msal]

The tag has no usage guidance.

msal
0 votes
0 answers
17 views

Getting redirect_uri for microsoft azure pipelines

I've been working on a project that requires a Android Microsoft Authentication Library redirect_uri, but I am not sure how to get it when building using azure pipelines. Currently I am building all ...
KbreadMan's user avatar
-3 votes
0 answers
35 views

Protect python FastAPI with Azure AD hosted in Azure Web APP [closed]

i want to protect my python api hosted in Azure web App using Azure AD and i have app registration detail available can anyone tell the code to verify the incoming token bearer from frontend angular ...
Akash Singh's user avatar
-1 votes
0 answers
19 views

I need to use the same browser MSAL uses in my iOS app [closed]

I'm developing an iOS app using SwiftUI. For user login, I utilize MSAL to authenticate through my identity provider. Some app functionalities require access to protected web resources, which I ...
Slava Kamzen's user avatar
0 votes
1 answer
80 views

How to upload large files to Onedrive using python

import requests from msal import PublicClientApplication from dotenv import load_dotenv import os # Load environment variables load_dotenv() # Configuration from environment variables CLIENT_ID = os....
tealy's user avatar
  • 184
0 votes
0 answers
97 views

Access Token not returned by /token Azure B2C

I've started attempting to create a SPA with Web API connectivity through Azure AD B2C. I've successfully done this in the normal Microsoft Entra Id. I am following this guide. Here are details ...
Shawn Peery's user avatar
0 votes
0 answers
59 views

Allow user to simply select an account rather than having to type in their Microsoft credentials everytime (Flutter, MSAL, AAD_OAUTH)

I was curious how I would be able to allow a user that just signed out of my app to click the Sign In button and have a screen like below appear. When a user signs out of my app, it requires them to ...
pl8nt's user avatar
  • 31
0 votes
1 answer
70 views

MSAL Azure SSO React logout screen

I've implemented Azure active directory sso in my react application. I am trying to implement logout functionality using msalInstance.logoutRedirect function. I want to achieve a solution where ...
marcinshz's user avatar
0 votes
0 answers
34 views

Redirect to MSAL Login Page After Successful Google or Basic Authentication in Angular Application

I'm developing an Angular web application that uses MSAL, Google Auth, and basic username/password authentication. However, after a successful login with either Google Auth or basic authentication, ...
Subin Jose Sabu's user avatar
0 votes
1 answer
73 views

Why are PublicClientApplicationBuilder requires client(app) Secret?

My final goal is manage user's access token by refresh token. I need token from user. So, I tried this logic. var app = PublicClientApplicationBuilder.Create(clientId) .WithRedirectUri(redirectUri)...
손동진's user avatar
0 votes
1 answer
51 views

Can't get OneNote data using graph api from microsoft

I'm trying to get a specific page data using the graph API. If I try to run through https://developer.microsoft.com/en-us/graph/graph-explorer I can put it to work, also if I use the token generated ...
19jmrs's user avatar
  • 37
0 votes
0 answers
38 views

Calling canActivate function of all providers implementing CanActivate in Angular

I created a .NET DLL I want to use together with an Angular UI implementation. The DLL offers some basic operations such as job monitoring. I also implemented some basic authentication that provides ...
Marius Vasile's user avatar
0 votes
0 answers
62 views

Get The Accounts That Have Been Signed In Already In MSAL (MAUI)

Implementing MSAL in MAUI application. Sign In process is created by using below snippet. authenticationResult = await _identityClient .AcquireTokenInteractive(AppSettings....
Smit Rathod's user avatar
0 votes
0 answers
39 views

BrowserAuthError: empty_window_error: window.open returned null or undefined window object

I am developing a web-app which uses MSAL library for authentication process, when calling loginPopup() it throws below error. Please be kind enough to suggest the possible solutions for this problem. ...
Shashank Srivastava's user avatar
0 votes
1 answer
92 views

Azure b2c - refresh token does not include custom claims

When a user logs in, I hit a REST API that verifies the username and password and returns some properties like personId, comUsername, wcfToken, and organizationCode. These properties are then returned ...
Arjun's user avatar
  • 507
0 votes
0 answers
28 views

Getting `PlatformException (PlatformException(AUTH_ERROR, No account is available to acquire token silently, null, null))` when using msal in Flutter

I'm needing to create the login/authorization process for a Flutter application that I'm working on and ran into this error: PlatformException (PlatformException(AUTH_ERROR, No account is available to ...
pl8nt's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
10