0

I am new to Azure. I am looking for way to login via Service Principal to Azure Portal.

For example, there are some access permissions which are available only for Service principal. I have user id and credentials for that Sp. I am not looking for way to write a script and do it.

I want to find if it's possible to impersonate that Sp as a user for Azure portal.

Ag863
  • 27
  • 7
  • The main reason to use a Service Principal is to manage and access resources without user interaction --> https://learn.microsoft.com/en-us/azure/active-directory/develop/app-objects-and-service-principals#service-principal-object – SoySolisCarlos Nov 18 '22 at 12:45

1 Answers1

0

It is not possible to login to the Azure portal with a service principal, but you can sign in with a service principal via Azure CLI using password-based or certificate-based authentication.

See also:

Login as a service principal

Azure UI access with service principal

Marilee Turscak - MSFT
  • 7,367
  • 3
  • 18
  • 28