简体   繁体   English

我可以在GUI的哪里查看通过Microsoft Graph beta API创建并使用无用户身份验证发布的Azure AD应用程序?

[英]Where can I view in a GUI Azure AD apps created through Microsoft Graph beta API and posted using user-less authentication?

The Microsoft Graph beta API (here) allows us to POST new applications to Azure AD (v2.0). Microsoft Graph beta API (此处)使我们能够将新应用程序发布到Azure AD(v2.0)。

If I post these applications to a specific tenant, using a url like this: 如果我将这些应用程序发布到特定的租户,请使用如下网址:

https://graph.microsoft.com/beta/{tenantId}/applications

and also authenticated without a user , where can I view these applications? 并且在没有用户身份的情况下也进行了身份验证 ,在哪里可以查看这些应用程序? They certainly aren't on my apps.dev.microsoft.com page (I checked), and they also aren't in the list of registered applications in the tenant on portal.azure.com 它们肯定不在我的apps.dev.microsoft.com页面上(我已选中),并且也不在portal.azure.com上租户的已注册应用程序列表中。

PS: I know my applications are being created because I can call GET against that url and it will return the applications in that tenant, including the ones I created through the API. PS:我知道我的应用程序正在创建中,因为我可以针对该URL调用GET,它将返回该租户中的应用程序,包括我通过API创建的应用程序。 Also don't question why I was doing this, I was poking around figuring some stuff out about the API. 也不要质疑我为什么要这样做,我在四处寻找有关API的东西。

More Details: The app that is posting these applications to the beta API is registered as an Azure AD v1.0 app in the same tenant these applications are being posted to. 更多详细信息:将这些应用程序发布到beta API的应用程序在这些应用程序发布到的同一租户中注册为Azure AD v1.0应用程序。 The POSTs use the app's authentication token. POST使用应用程序的身份验证令牌。

I know that apps created in portal.azure are v1 apps, and apps created on apps.dev.microsoft are v2 apps. 我知道在portal.azure中创建的应用程序是v1应用程序,而在apps.dev.microsoft上创建的应用程序是v2应用程序。 I am making my apps through the Microsoft Graph beta API, which makes v2 apps. 我正在通过Microsoft Graph beta API开发我的应用程序,该API开发了v2应用程序。

Also, for those that don't click the link to see what authentication without a user means, I am getting the bearer token for the POST request using the app's credentials, not a user's credentials. 另外,对于那些不单击链接以查看无用户身份验证的用户,我将使用应用程序的凭据而非用户的凭据获取POST请求的承载令牌。

If I post these applications to a specific tenant (which is an Azure AD v1.0 tenant), using a url like this 如果我将这些应用程序发布到特定的租户(这是Azure AD v1.0租户),请使用这样的URL

Here there is no version definition for the tenant. 这里没有租户的版本定义。 V1.0 and V2.0 are the endpoints, not means tenant. V1.0和V2.0是端点,不是租户。 You could know about their difference from Azure AD v2.0 endpoint and v1 and v2 comparison . 您可以从Azure AD v2.0终结点以及v1和v2比较中了解它们的区别。

If you register the app in the Azure portal, the app is v1 app; 如果您在Azure门户中注册该应用程序,则该应用程序为v1应用程序; if you register the app by using App Registration Portal, the app is v2 app. 如果您通过使用App Registration Portal注册应用程序,则该应用程序为v2应用程序。

and also authenticated without a user, where can I view these applications? 并且在没有用户身份验证的情况下,我可以在哪里查看这些应用程序? They certainly aren't on my apps.dev.microsoft.com page, and they also aren't in the list of registered applications in the tenant on portal.azure.com 它们肯定不在我的apps.dev.microsoft.com页面上,也不在Portal.azure.com上租户的已注册应用程序列表中。

If you create the app in the App Registration Portal, the app could be seen in the apps.dev.microsoft.com page(App Registration Portal), but cannot be seen in the Azure portal. 如果在应用程序注册门户中创建该应用程序,则可以在apps.dev.microsoft.com页(应用程序注册门户)中看到该应用程序,但在Azure门户中看不到该应用程序。

If you create the app is v1 app, the app can be seen both in Azure portal and App Registration Portal. 如果创建的应用程序是v1应用程序,则可以在Azure门户和应用程序注册门户中看到该应用程序。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft图形和Azure广告用户身份验证 - Microsoft graph and Azure Ad user authentication 使用Microsoft graph API或Azure AD graph API从用户界面中删除对用户的应用程序访问 - Removing application access to user from User interface by using Microsoft graph API or Azure AD graph api 使用图形API对Azure AD用户进行身份验证 - Authenticate Azure AD user using graph api 使用应用程序身份访问Azure Graph API时,可以使用Azure AD用户进行授权吗? - Can I use Azure AD user for authorization while using an application identity to access Azure Graph API? 我们可以在不使用图形API的情况下验证Azure广告中的用户吗? - Can we authenticate a user in azure ad without using graph api 通过Microsoft Graph API在Azure AD中邀请用户无效 - Inviting a User in Azure AD through Microsoft Graph API doesn't work Microsoft Azure AD 图 API:如何检索用户的 email 地址? - Microsoft Azure AD graph API: How do I retrieve a user's email address? 使用 Microsoft Graph 如何获取从本地 AD 同步的 Azure AD 用户字段 - Using Microsoft Graph how do i get Azure AD user fields that were synced from On Premise AD 在创建后立即使用图表 API 从 Azure AD B2C 中删除用户 - ObjectNotFoundException - Delete User from Azure AD B2C using Graph API right after it was created - ObjectNotFoundException Azure AD Graph API或Microsoft Graph API来访问Azure AD B2C租户中的用户属性 - Azure AD Graph API or Microsoft Graph API to access User attributes in Azure AD B2C tenant
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM