Azure login for tenant failing for Az app/principal with No subscription found message
问题 I have an azure account called account1 where I create an App/Principal that is across tenants visibility. I then give it some API permissions. I have another azure account account2 where I need to access resources using this app. I complete the admin consent flow for account2 by going to the following url https://login.microsoftonline.com/<account2 domain>/adminconsent?client_id=cid1 The flow finishes and I get the tenant id back as say tid2 . When I try to login from command prompt with app