我需要获得Azure Active Directory的租户ID、客户ID和Cliente秘密,是否可以使用Microsoft完成?
发布于 2022-07-29 06:52:12
您可以从"Azure Active Directory“的主页获得TenantId,您可以在portal.azure.com上的搜索中找到
然而,客户端Ids和客户端机密是应用程序注册特定的,并且定义应用程序在使用上述凭据时可以获得的权限。
我建议您阅读有关这个主题的Microsoft文档:https://learn.microsoft.com/en-us/azure/active-directory/develop/quickstart-register-app https://learn.microsoft.com/en-us/graph/auth/auth-concepts。
https://stackoverflow.com/questions/73159402
复制相似问题