Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Azure Service principle support MFA

I have question related to Service Principle. Can we enabled multi - factor authentication for Service Principle. Can any one confirm me on this.

Also my second question is". How do MSIs differ from Service Principals in AAD?"

Thanks

like image 578
user145610 Avatar asked Oct 30 '25 11:10

user145610


1 Answers

Can we enabled multi - factor authentication for Service Principle. Can any one confirm me on this.

In AAD, MFA is for user principals(users), NOT service principals. I believe that you may mean if we can enable MFA for client_credentials flow in AAD. It's not possible currently.

Also my second question is". How do MSIs differ from Service Principals in AAD?"

MSI actually uses service principal in AAD. Azure registered a service principal to represent the Azure resource(it's a system managed service). However, this service principal is system managed. Therefore, you can use it but cannot configure it.

like image 145
Wayne Yang Avatar answered Nov 01 '25 14:11

Wayne Yang



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!