547 questions
0
votes
0
answers
52
views
Roles for Azure bearer token in integration tests
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 ...
1
vote
1
answer
222
views
How to get headers from a request in Streamlit
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-...
1
vote
1
answer
191
views
Microsoft Entra ID CIAM – AADSTS65001: User or admin has not consented (Native Authentication)
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 ...
1
vote
0
answers
207
views
Parsing Reply Address to Microsoft Auth
When using this code:
[HttpGet("microsoftlogin")]
public ActionResult MicrosoftLogin()
{
var props = new AuthenticationProperties
{
RedirectUri = "https://localhost:7018/...
-1
votes
1
answer
400
views
How to retrieve customer list from Microsoft partner center with Partner REST API using PowerShell
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 ...
0
votes
2
answers
237
views
Generate Token with OAuth 2.0 authorization code flow passing scopes with characters containing slash "/"
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-...
0
votes
1
answer
286
views
Unable to add additional claims in Token configuration Azure Authentication
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 ...
1
vote
0
answers
283
views
Azure Auth AADSTS700009: Reply address must be provided when presenting an auth code requested with an explicit reply address
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:
...
0
votes
1
answer
84
views
Azure SDK for CPP permission 403
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 ...
1
vote
1
answer
116
views
How to accept dual authentication for unprotected routes?
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 ...
0
votes
1
answer
144
views
How to avoid explicitly acquiring access tokens when calling Microsoft Graph API in Node.js?
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). ...
1
vote
1
answer
169
views
Running Azure App in R - Authentication issue
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 ...
0
votes
1
answer
295
views
How to implement OAuth 2.0 certificate authentication in Node JS
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 ...
0
votes
1
answer
266
views
Refused to connect. /sign-oidc
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
...
0
votes
1
answer
105
views
Jmeter load test design for simulate user with Azure AD
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 ...
0
votes
1
answer
133
views
Authorization-code error Azureauth R package
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 ...
-1
votes
1
answer
669
views
Azure Role Assignment in Resource group does not pass down to the service level
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 ...
0
votes
1
answer
443
views
MSI Authentication failed in Azure Machine Learning Online endpoint deployment
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 ...
0
votes
0
answers
135
views
How to navigate desired URL after Azure AD Login using MSAL angular
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 ...
0
votes
1
answer
262
views
Power pages Authentication
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 ...
0
votes
1
answer
381
views
"Always On" requests blocked by Easy Auth on Azure App Service
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, ...
0
votes
1
answer
146
views
Authenticate to SQL Server with Azure app service managed identity through group
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 ...
-1
votes
1
answer
781
views
App Installed and Opened on TestFlight Shows an Empty White Screen
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 ...
0
votes
2
answers
519
views
console application with user token with MSAL in c#?
I have console application and want to create MSAL token.
I tried below code #
IPublicClientApplication app;
app = PublicClientApplicationBuilder.Create(clientId).WithAuthority(authority).Build();
...
0
votes
1
answer
309
views
Azure Functions and ADB2C integration
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 ...
0
votes
1
answer
186
views
How to authenticate the services/apps( not users) calling an azure app service APIs
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 ...
0
votes
1
answer
417
views
Authentication needed when running Powershell scripts from the Azure Pipeline, but not from running Azure CLI
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 ...
0
votes
1
answer
674
views
How do I get user details in Python web app deployed on Azure App Service authenticated with Microsoft Identity provider?
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 ...
0
votes
1
answer
318
views
Authentication failure when trying to copy a blob from one container to another
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 ...
2
votes
1
answer
364
views
Problem building Vue solution with @azure/msal-browser package included
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 ...
0
votes
1
answer
530
views
I can't authenticate a call to an Azure function. I tried a Function Key and an OAuth 2.0 with a client secret... Neither work
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 ...
0
votes
1
answer
577
views
Attempting to use the Azure Web App 'Identity provider' feature with a web app that uses the Python Azure SDK (azure.identity)
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 ...
1
vote
1
answer
1k
views
How to allow users from specific Microsoft Entra ID tenants to access an ASP.NET Core web app
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 ...
0
votes
2
answers
1k
views
Roles assigned to managed identity in Azure not present in token
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 ...
1
vote
1
answer
571
views
Encountering 403 Error While Trying to Access Microsoft Forms URLs, despite successfully obtaining the authentication token
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 ...
0
votes
1
answer
207
views
Azure AD AP can we create custom user identity to access Allow back end API access associated with Azure AD Application?
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 ...
0
votes
1
answer
948
views
Azure Storage Account Access: Role Assignments Yield 'Access Denied' even for "Blob Owners" roles
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 ...
-1
votes
1
answer
195
views
Azure Cross Cloud Auth using AAD
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 ...
0
votes
1
answer
448
views
Is there any way to get a new Azure CLI token without logging out?
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 ...
0
votes
1
answer
534
views
Azure AD B2C login getting error The redirect URI 'localhost:3001' provided in the request is not registered
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'....
1
vote
1
answer
191
views
Cannot setup credentials to run Azure Batch custom from Synapse pipeline
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 ...
1
vote
1
answer
70
views
Get back deleted applications starting with 'dev' client-certificate authentication
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 ...
0
votes
1
answer
110
views
Not able to open prompt using .WithPrompt(Prompt.SelectAccount)
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.
...
0
votes
1
answer
287
views
Internal.Cryptography.CryptoThrowHelper.WindowsCryptographicException: 'The specified network password is not correct.'
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://...
2
votes
2
answers
3k
views
The portal is having issues getting an authentication token. The experience rendered may be degraded
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: ...
0
votes
1
answer
1k
views
Problem reading environmental variables to authenticate with Azure
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 ...
1
vote
1
answer
320
views
Azure function not executing when called from another function: Time out error
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 ...
0
votes
1
answer
277
views
LogicApps: MSGraph API Read Shared Mailbox Only
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 ...
0
votes
1
answer
545
views
Getting Application roles in JWT token for external users and Microsoft internal users after the Authentication
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 ...
0
votes
2
answers
838
views
How to add built-in authentication to an App Service using only azure CLI?
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 ...