如何获取Azure Tenant的Tenant Id?
来源:程序员人生 发布时间:2017-04-08 13:36:48 阅读次数:9791次
在知道Azure用户的Tenant名字的时候,如何的得到用户的tenant id呢?这是在实际工作中常常遇到的问题,其实Azure提供了Powershell和UI两种方式帮助你获得tenant id。
Powershell
(Invoke-WebRequest https://login.windows.net/[YOURDIRECTORYNAME].onmicrosoft.com/.well-known/openid-configuration|ConvertFrom-Json).token_endpoint.Split('/')[3]
其实,直接访问上面的URL也能够得到tenant id,Powershell在这里只是帮助你快速找到返回信息中的tenant id。
Azure Portal
生活不易,码农辛苦
如果您觉得本网站对您的学习有所帮助,可以手机扫描二维码进行捐赠