I want to create a simple app in C# to collect some data available for me when I am using Azure Portal e.g. an effective user permissions to Azure Data Lake Stores. I found a lot of examples to register app in AD but it is difficult when I am not an AD administrator. I can check this only on my corporate MSDN subscription but not on the client one.
So I came up with the idea that I will use the same mechanism as Azure Storage Explorer or CLI, but have found no examples how to do it (maybe I do not know how to search it). Additionally I use MFA in my company (Symantec VIP).
Is there anyone here who did something similar or could tell me where to look for a solution?