547 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
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
231
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
194
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
406
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
238
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
286
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
296
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
268
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
109
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 ...