Questions tagged [azure-app-registration]

88 questions
0
votes
1 answer

Blazor app using Adzue App Registration is getting infinite loop after deployment but works locally

I have a Blazor app that is getting the infinite loop on login. I can't figure it out. I am using Azure App Registration - this has been working locally. Local redirects.. http://localhost:54155/signin-oidc I added…
Eric
  • 958
  • 1
  • 11
  • 28
0
votes
1 answer

Resetting and Appending to Client Secrets on Service Principals in Azure Active Directory using Azure CLI does not reflect in the Portal

This is either a bug or there is a different place where I can access these records. Here is the scenario: I create a new app registration using the CLI: az ad sp create-for-rbac --name sp-name --role Contributor --years 2 --scope…
0
votes
0 answers

How do I define an App Role for App Registration for a PowerShell script

I have a fairly simple PowerShell script that was (successfully) using a RunAs account for authentication; since RunAs is being retired, I have switched to Client / Secret credentials defined via App Registration. The Token is returned OK, but I'm…
JohnD
  • 187
  • 11
0
votes
1 answer

Azure Storage Container : Access Control (IAM) to a App Registration has a different Object ID than App Registration in AAD

I set up a Storage Container (Blob) and a Role Assignement (Storage Account Contributor) to a App Registration with a client Secret-> so I can query the blob files in a runbook as a service principal. So far so fine. App Registartion has API…
0
votes
1 answer

Registering an app permission in SharePoint

I am needing to connect from Azure (Azure data factory) to SharePoint sites When I then create a linked service, I get the following error Failed to get metadata of odata service, please check if service url and credential is correct and your…
Dmitriy Ryabin
  • 363
  • 3
  • 16
0
votes
1 answer

Multitenant application not fetching my active directory users

I have two tenants application-tenant and customer-tenant. application-tenant has Azure AD Free license and customer-tenant has Azure AD Premium P1. Our .NET application is using application-tenant client id and tenant id as application-tenant is…
0
votes
1 answer

Azure AAD user Access token generation without Client_secret

I am trying to generate access token for user using the API https://login.microsoftonline.com/tenantId/oauth2/token with below body parameters client_id, grant_type(= password), resource, username and password. for one clientId, i am able to get…
0
votes
1 answer

azure ad app registrations - one allows me to add Azure Role Assignments to a managed id, another doesn't

I have manually created 2 different azure app registrations. From what I can see, they are the same. However, when I try to use them to programmatically run a powershell script that assigns Azure Roles to a managed ID, one works and the other…
dot
  • 14,928
  • 41
  • 110
  • 218
0
votes
1 answer

Azure AD App Registration with multi-customer access

Hello friends and thank you for taking the time to read my question and for all potential answers. I am building a customer application which allows several proprietors (business owners) to log-in and manage their business. I don't want to focus on…
0
votes
1 answer

Azure App Registration - Missing api permission options for Office 365 Management APIs

I would like to know how to enable ActivityReports and ThreatIntelligence permission in the O365 management apis for app registrations? I see only Activity Feed and ServiceHealth by default. Are ActivityReports and ThreatIntelligence part of any…
0
votes
2 answers

API Permissions - Microsoft Graph API

I'm using Microsoft Graph API to create an application making an HTTP request using the following documentation: https://learn.microsoft.com/en-us/graph/api/application-post-applications?view=graph-rest-1.0&tabs=http Example: POST…
0
votes
1 answer

Create multi-tenant Service Principal from powershell - New-AzADServicePrincipal is missing SignInAudience parameter

I'm trying to create a service principle that will be accessible from other tenants. I want to deploy this service principal from powershell with function New-AzADServicePrincipal. According to the docs -…
-1
votes
1 answer

How can I pass an Azure Active Directory's App roles to an App through a JWT token?

We have an application with is registered in Azure Active Directory as "Foo". One of its App Roles is "Foo.Admin", which is required to administer the application. It allows Users as a member type. We have a user John Doe (john.doe@example.com)…
1 2 3 4 5
6