我在Azure租户中有一个应用程序,类型是'web应用程序',但没有回复URL地址,也没有可用的单个登录部分(但它支持发出一个saml令牌)。它也只能在“企业应用程序”中查看,但不能在“app registrations”或azure powershell命令中列出。它是由供应商之一注册的,不知道他们是如何做到的。
答案 0 :(得分:0)
您可以使用Get-AzureADServicePrincipal
获取class VendorSerializer < ActiveModel::Serializer
attributes :id,
:lat,
:lon,
:name,
:created_at,
:some_extra_attribute
def some_extra_attribute
object.some_extra_attribute # Or any other calculation inside this method
end
end
。
PublisherName
结果如下:
你也可以参考这个类似的question。