Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

My .NET API uses Azure bearer tokens to authenticate, and some routes are protected based on the roles that are given in the bearer token. For my integration tests, I'm currently using user/pwd ...
Gargoyle's user avatar
  • 10.5k
1 vote
1 answer
222 views

Hello we have a Streamlit app deployed in Azure and we want to do the azure authentication. Part of it is that we receive the users info after authorization in these headers: X-MS-CLIENT-PRINCIPAL-...
KZiovas's user avatar
  • 5,049
1 vote
1 answer
191 views

I'm working with the new Microsoft Entra ID CIAM solution to implement native authentication in a React Native app using the Authentication API. This is my first time using Entra ID and the new CIAM ...
Thimo Luijsterburg's user avatar
1 vote
0 answers
207 views

When using this code: [HttpGet("microsoftlogin")] public ActionResult MicrosoftLogin() { var props = new AuthenticationProperties { RedirectUri = "https://localhost:7018/...
Jaime Oro's user avatar
  • 9,939
-1 votes
1 answer
400 views

I need to return the list of customers from Microsoft partner center using graph and powershell when i run my code i get a 403 forbidden error message below: Steps i have taken to provision the app ...
Bernietechy's user avatar
0 votes
2 answers
237 views

I have a scope with the following name pattern: "api://{client-id}/{name-with-slash}" Example: Scope name: "portal/aws" Final scope name: "api://6ea427d1-d3f6-479c-8cc8-...
fixesMyCode's user avatar
0 votes
1 answer
286 views

I want to add "On-premises SAM Account Name" in the token claim. But I am not getting this option in "Token Configuration" tab. This is for an Angular application with .NET core 8 ...
Sampath's user avatar
  • 96
1 vote
0 answers
283 views

I'm working on implementing Single Sign-On (SSO) with MSAL in an Ionic + React application. I am using the following dependencies: @azure/msal-browser: ^3.26.1 @azure/msal-react: ^3.0.5 MSAL Config: ...
Ragesh Pikalmunde's user avatar
0 votes
1 answer
84 views

I'm testing dummy Azure application which tries to read information about blob. Public access is denied, I am using two private endpoints, one with DFS type another with BLOB type. With previous SDK ...
John Doe's user avatar
1 vote
1 answer
116 views

I've been using https://github.com/intility/fastapi-azure-auth to authenticate my uses using Azure. It's working with no issues. But for some api endpoints I need to allow users to access via API key ...
Emu's user avatar
  • 5,925
0 votes
1 answer
144 views

I’m building a Node.js app that uses the Microsoft Graph API, and I recently switched from using a client secret to a client certificate for authentication (better security and all that good stuff). ...
user1383010's user avatar
1 vote
1 answer
169 views

I am running a script in R through Github actions, that aims to do a dummy action (connect to a Sharepoint location and list all files there). I have created a new App Registration in Azure and added ...
kon176's user avatar
  • 59
0 votes
1 answer
295 views

I'm working on a Node.js application that uses Microsoft Authentication Library (MSAL) to authenticate with Microsoft Graph API using OAuth 2.0. Currently, authentication is handled using a client ...
user1383010's user avatar
0 votes
1 answer
266 views

In my .NET Blazor application, the after successful authentication using Azure B2C (Azure sign-in log shows 'Success'), the error page is returned with the URL https://localhost: /signin-oidc Error #1 ...
Aishwarya Balaji's user avatar
0 votes
1 answer
105 views

I would like to ask about the generated user with Azure authentication. Previously I have test by use one simple account for simulate 100 user via Jmeter. After that , the application change to Azure ...
user3132303's user avatar
0 votes
1 answer
133 views

I am running a R script on rstudio ide of posit workbench which hosted on Azure VM RHEL 8 Linux server. I am trying to connect to azure application using Azureauth R package using Authorization-code ...
harish ram's user avatar
-1 votes
1 answer
669 views

After i created Key Vault in Azure, i can not add secret value, and there is warn saying "The operation is not allowed by RBAC. If role assignments were recently changed, please wait several ...
Jason596's user avatar
0 votes
1 answer
443 views

I'm trying to deploy a managed online endpoint on Azure Machine Learning workspace but I'm having a MSI authentication problem when trying to authenticate with my workspace from my score.py script ...
Chidera Ferdinand's user avatar
0 votes
0 answers
135 views

We are using Azure AD Authentication to validate users using MSAL after successful verification it is navigating to configured redirect URL. For example: redirect URL: http://localhost:4200/ This ...
MallikarjunaReddy's user avatar
0 votes
1 answer
262 views

We are building a power pages site and as part of it we need to have the authencated users alone to access the site. If we use Azure AD for login, it is always taking the user of registration first ...
user3647272's user avatar
0 votes
1 answer
381 views

We have a web app, where Easy Auth is configured on the app service like in the image. So all requests must be authorized. We have also enabled the "Always On" feature on the web app, ...
mortenbock's user avatar
0 votes
1 answer
146 views

We have a Azure VM with SQL Server, and we also have an app service web application. The app service has a managed identity since we toggled this on: Now I want to authenticate this app service to ...
John's user avatar
  • 2,222
-1 votes
1 answer
781 views

When I install and open my React Native iOS app on my iPhone device using the TestFlight app, it shows an empty white screen. But, it works fine on my XCode Simulator and my iPhone device when run ...
RSSOF's user avatar
  • 1
0 votes
2 answers
519 views

I have console application and want to create MSAL token. I tried below code # IPublicClientApplication app; app = PublicClientApplicationBuilder.Create(clientId).WithAuthority(authority).Build(); ...
Maulik Dave's user avatar
0 votes
1 answer
309 views

I have an Azure Functions application (API), which consists of HTTP-triggered functions. Also, I have Azure Active Directory B2C tenant and signup/signin policy, which I use for user identities. I ...
capchuck's user avatar
  • 459
0 votes
1 answer
186 views

I have an azure app service. I am authenticating the users using their login through Azure active directory and a dedicated security group. I would like to know how I can authenticate other ...
Rashmi Paliwal's user avatar
0 votes
1 answer
417 views

We are pushing out to Azure using an Azure DevOps Pipeline. We are trying to run the following command as part of a task, inside of the azure-pipelines.yml file: az ad app list --all This works under ...
Steve's user avatar
  • 3
0 votes
1 answer
674 views

I have built a web app using Python Dash package and deployed this app on Azure App Service. The web app is currently authenticated through the Azure Portal's app service authenticate using Microsoft ...
Jason Susanto's user avatar
0 votes
1 answer
318 views

I am trying to copy a blob from one container to another and am creating a BlobServiceClient using a connection string as described here. However I am running into the following error. Error ...
Siri Mudunuri's user avatar
2 votes
1 answer
364 views

I am running into an issue where my 'npm run build' is failing when I include the '@azure/msal-browser' package. It is failing when trying to parse the .mjs files from the package. The specific error ...
B. Youngman's user avatar
0 votes
1 answer
530 views

My question relates to Azure functions. The ultimate goal is to have a separate app call out to this function. I have a C# MVC app and there's one really strange piece of logic that has to be ...
ChristianOConnor's user avatar
0 votes
1 answer
577 views

I'm attempting to build a web app for end users to manage their VMs in Azure (giving them access/visibility to VMs based on their existing permissions). I'd like to take advantage of the identity ...
epopisces's user avatar
  • 151
1 vote
1 answer
1k views

I am developing an ASP.NET Core web application that is used to exchange data between me and a third party. The app is using the Microsoft Identity Platform to authenticate users. I want to create app ...
StanSm789's user avatar
0 votes
2 answers
1k views

I am using role assignments on applications extensively. When I generate a token for my API as a user, I get the roles that I have been assigned. For instance, here I am in a group and that group has ...
jokarl's user avatar
  • 2,324
1 vote
1 answer
571 views

I'm currently working on a project where I need to access various URLs related to Microsoft Forms from my Python backend. However, I'm facing a 403 error when attempting to do so. Here's a breakdown ...
snehlata's user avatar
0 votes
1 answer
207 views

I Have Azure Ad application MyApplication which contain 10 to 12 microservices. In expose api i have already I have created my user custom identity to access azure ad app I need to use my user ...
Maulik Dave's user avatar
0 votes
1 answer
948 views

I have a user (MemberUser1) that is also member of my subcription and member of a group "Group1". This group has access defined in the assigned role of some resources" SQL server and ...
Eduardo Scheffer's user avatar
-1 votes
1 answer
195 views

I'm trying to move non sensitive data from Azure Government Cloud to Public cloud. I read through links and understood AAD auth works for cross tenant access. I couldn't find anything on the cross ...
DxG's user avatar
  • 231
0 votes
1 answer
448 views

I have a system where the client is using the Azure CLI token to do AA against a service. the service parses the JWT bearer token obtained send in the authorization header by the client. The server ...
simpleCoder's user avatar
0 votes
1 answer
534 views

I am getting this error on Azure AD B2C login AADB2C90006: The redirect URI 'http://localhost:3001/' provided in the request is not registered for the client id '714f2acb-2483-4759-9114-f6c2df737b5d'....
Chirag Kothiya's user avatar
1 vote
1 answer
191 views

I just started working with Azure a month ago and I am dealing with many problems connecting the services to each other. So far, to make the storage, vm and synapse interact with each other I just set ...
wondercat2000's user avatar
1 vote
1 answer
70 views

We're currently in the process of transitioning to client certificate authentication for our application and got this working code from previous ask on retrieving the deleted application objects from ...
user10563489's user avatar
0 votes
1 answer
110 views

I am implementing MSAL in my windows application. i want to open a windows prompt to open to select the account. when I hover on Prompt in code i see below error The prompt does not open at all. ...
Radha's user avatar
  • 81
0 votes
1 answer
287 views

We're transitioning to client certificate authentication in our application and are currently working on retrieving the count of deleted application objects from Microsoft Graph API following https://...
user10563489's user avatar
2 votes
2 answers
3k views

Error Message: The portal is having issues getting an authentication token. The experience rendered may be degraded. Additional information from the call to get a token: Extension: ...
Vaishnavi Vaishu's user avatar
0 votes
1 answer
1k views

I have a dotnet 6.0 worker service running on Windows Server 2022 Standard. In order to authenticate with Azure I am using DefaultAzureCredential and have set Environmental variables against the ...
themaninthesuitcase's user avatar
1 vote
1 answer
320 views

I've got two functions (let's call them A and B) in an Azure function app (environment: Python); both are HTTP triggered function. Function A calls function B to receive a token from an external 3rd ...
atif_sreezon's user avatar
0 votes
1 answer
277 views

My goal is to use the msgraph api via logic apps to query a shared mailbox and return the result for a keyword in the subject line. Above is what i currently have written. I would like to know if ...
HarriS's user avatar
  • 868
0 votes
1 answer
545 views

We are trying to implement Role based Authentication for our Multitenant application which allows home tenant users and External tenant users as well. Application is hosted on One tenant of Azure ...
Nag Arjun's user avatar
  • 125
0 votes
2 answers
838 views

My question would have been redundant if Enable azure app service authentication and create app registration in azure cli took it all the way to the answer. But it stops at creation of a bare app ...
mark's user avatar
  • 63.7k

1
2 3 4 5
11