Skip to main content

Questions tagged [azure-app-registration]

The tag has no usage guidance.

azure-app-registration
0 votes
1 answer
56 views

How to grant all users of a CLI application with `DeviceCodeCredential` access to resources granted to the application?

I'm writing a CLI application for our developers to use for administrative tasks. The intention is for the CLI to pull in secrets etc. from an Azure Key Vault using the Key Vault SDK. Given that it's ...
Felix ZY's user avatar
  • 796
0 votes
1 answer
34 views

PATCH appRoles to existing Entra Application using PowerShell Invoke-RestMethod

I am creating BICEP resources for an automated DevOps Pipeline which automates the creation of App Registrations within Microsofts EntraID. The BICEP is using a Microsoft.Resources/deploymentScripts@...
RichioRobo's user avatar
0 votes
0 answers
94 views

Trusted Signing Integration In Azure Pipelines fails (403 Forbidden, code 0x80004005)

I am receiving a 403 [Error: SignerSign() failed." (-2147467259/0x80004005)]when attempting to to a signing on an exe using the TrustedSigning@0 task in Azure Pipelines. I can confirm the ...
Brian Baker's user avatar
0 votes
1 answer
60 views

How can i confiure Azure App Registration redirect to requested Url?

I have an Azure Static WebApp that is configured with AAD Authentication through an Azure App Registration. Only members from my organization should be able to view the site. My staticwebapp.config....
JakobFerdinand's user avatar
0 votes
1 answer
112 views

Grant admin consent for app registration API permission

i create a new app registration via MgGraph Powershell Module, for example: $appName = "Test" $APIResourceID = "00000003-0000-0000-c000-000000000000" $APIResourceAccess = @{ ...
user24663471's user avatar
0 votes
1 answer
63 views

Graph API returns 0 drives for a SharePoint Team Site, on which there is a shared folder and its subfolders with files

Context I have an Entra ID user "myuser", who can successfully browse list and view folders and files on a SharePoint Team Site called "mysite" using a browser I have an ASP.NET ...
g.pickardou's user avatar
  • 34.7k
0 votes
0 answers
49 views

Azure WebAPI Authorization

I have a web API, which exposes some endpoints. I have deployed my application in Azure container App's env. and trying to authorize it with MS Entra ID. My client application is a service. as per MS ...
Sunil's user avatar
  • 93
0 votes
1 answer
166 views

Eliminating client secret from app registration

I am facing critical issue for app registration in azure, please consider following scenario. I have one app registration which contains a client secret. We use this app registration to generate ...
AzureKnight's user avatar
0 votes
1 answer
131 views

Error AADSTS9002326: Cross-origin token redemption issue when sending data from Angular

I have an Angular application running locally that needs to send data to an Azure Log Analytics Workspace. When I make the API call using Postman, it works perfectly fine. However, when I attempt to ...
Maxime C.'s user avatar
0 votes
0 answers
39 views

In Azure Function, using PowerShell, how do I respond to a validation request when creating a subscription to a SharePoint list?

We are using the Azure App Registration as a security principle, used to get the bearer token when making api requests in Postman. API permissions we have: Sites.FullControl.All Sites.Manage.All Sites....
natalia's user avatar
0 votes
2 answers
68 views

Azure React WebApp Showing PKCE issue

Getting issue PKCE(Proof Key for Code Exchange is required for cross-origin authorization code redemption.) I have react webApp deployed on Azure WebApp , the platform there is SPA I added the ...
Sanjay Prasad's user avatar
0 votes
1 answer
232 views

How to connect Power BI to Microsoft 365 admin center

I was reading this amazing piece of documentation: https://learn.microsoft.com/en-us/office/office-365-management-api/get-started-with-office-365-management-apis My goal is to try to access the ...
Francesco Mantovani's user avatar
0 votes
1 answer
246 views

How do I create a new Azure app registration and add a scope via PowerShell?

I am trying to create the following using PowerShell: Signs into Entra ID (prompts them in a pop up to sign in, so they can use MFA etc interactively). Create a new application registration called &...
lostmary257's user avatar
0 votes
1 answer
246 views

In Entra ID OpenID token, which I get using an Azure App registration, what is "oid" claim in the resulting access token, and where it comes from?

I have an App Registration in Azure: Application (client) ID: aeb***f61 Object ID: f3f***1d9 Directory (tenant) ID: 937***7d1 I am prototyping a client using Postman. I can get the token successfully ...
g.pickardou's user avatar
  • 34.7k
0 votes
2 answers
384 views

Client secret expiry-"Azure Container Registry" Type of Service Connection in Azure DevOps

I am trying to create a new Service Connection for using in my pipeline in Azure DevOps using the GUI with Container Registry type but the corresponding service principal client secret has an ...
SAUPARNA DATTA's user avatar

15 30 50 per page
1
2 3 4 5
11