Questions tagged [service-principal]

161 questions
0
votes
1 answer

Renewing ACS Kubernetes cluster

I've ACS kubernetes cluster running on azure vmss, recently I renewed my acs service principal by adding the new key in /etc/kubernetes/azure.json in master and worker nodes and restarted them but the issue is new nodes created as part of scaling…
0
votes
1 answer

What is needed for ServicePrincipalsOperations parameters?

I'm attempting to programmatically register Service Principals in Azure AD using Python. It looks like I should be using the ServicePrincipalsOperations class, however the documentation does not clearly outline what is needed for the parameters. It…
0
votes
2 answers

PowerShell Set-AzureADApplication permissions

I’ve been trying for a while to develop a PowerShell script that will allow us to add reply urls to an Ad app. The script runs fine until it gets to the part where the app needs to be updated “Set-AzureADApplication” gets called. I keep getting an…
Albert
  • 255
  • 1
  • 2
  • 8
0
votes
1 answer

Kubernetes pod list somehow tied to computer?

I have been using kubernetes (new to it, so I'm sure I made alot of mistakes, or dont understand what I did) and used several tutorials, blogs, etc to install out current environment. Our backend services are now all insice a kubernetes cluster,…
0
votes
1 answer

Cannot retrieve one of my applications in the list of Azure AD applications I get using Graph API

I want to delete a service principal (an Azure AD application) from the list of applications of a given customer, so I am query for the list of Service Principals in the tenant with: https://graph.microsoft.com/beta/servicePrincpials The issue is…
0
votes
2 answers

Azure service principal check his own password expiration date

We have an application that has a service principal configured in order to grant access to azure resources. This service principal has a password configured with an expiration. We want to configure our application to be aware of his service…
Ferrandinand
  • 444
  • 3
  • 11
0
votes
0 answers

Automatic resource group tagging with owner

How can one create an automated way for when a resource group is created it is tagged with the owner's credentials?
Martin
  • 3
  • 3
0
votes
0 answers

Authenticate Service Principal with certificate stored in Azure Key Vault

I am trying to authenticate a local hadoop cluster to Azure using a service principal and certificate authentication. I have created a service principal, and put had the key vault create the certificate. I know how to get that information once I am…
0
votes
1 answer

Azure Active Directory: Add Service Principal to Directory Readers Role with PowerShell

The command (Get-AzureRmADUser -Mail $user).Id in a Azure PowerShell Task returned null when running on a self-hosted agent in VSTS The problem was that the Service Principal needs to have the permission to read from the Active Directory How can I…
0
votes
2 answers

Physical location of Service Pricipals in Azure Portal?

Everytime I go to create a Service Principal in azure, I go through the steps of creating an Application. Which I understand, cool. My application has authentication rights. When I create an Automation Run As account, it creates a service principal…
0
votes
0 answers

azure python - create service principal

Python script that has to create Azure service principal and get the tenant ID, client ID and secret. Is there any support API that I can bring the required details.
0
votes
1 answer

Microsoft Graph AppRoleAssignments via AD Group

I have multiple Managed Service Identities (MSIs) that need the same set of permissions to use Microsoft Graph. I've given permissions to one of the MSIs directly and I got the expected result (after waiting for permissions to propagate). To make…
0
votes
1 answer

Azure KeyVault Managed Storage Account

I am trying to implement KeyVault managed Storage Account in Azure to rotate storage keys using KeyVault. I did follow the documentation, which uses both "ServicePrincipalID" and "UserPrincipalID", but in my case i am provisioning my resources and…
0
votes
1 answer

Authenticating Xamarin Forms app with Azure Active Directory for accessing a protected Azure AAD Web API app

Not sure how to go about doing this; I'm not looking for B2C, I don't want my users to sign in. I just want my Xamarin app to be able to access an Azure AAD protected API. In other words, I want to authenticate the app itself with the Azure Active…
0
votes
1 answer

How to protect Azure Service Principal in your PowerShell Code

Let's say I have my PowerShell code which takes specific actions on my Azure subscription. I understood it has to log into Azure using my Azure username or maybe an Azure Service Principal. In my case I would like to use a Service Principal because…
esa
  • 87
  • 3
  • 9
1 2 3
10
11