使用Graph API创建Azure SSO应用程序

问题描述:

I am trying to create an Azure SSO application using the graph API (no console).

我可以使用`/beta/applications

I am able to create an application using: `/beta/applications`

我在弄清楚如何使用图形API时遇到的麻烦是标识符 (实体ID)和  回复

What I am having trouble with figuring out how to do using the graph API is the Set up Single Sign-On with SAML step. I want to be able to set the Identifier (Entity ID) and Reply URL (Assertion Consumer Service URL) of the Basic SAML Configuration section.

有人可以解释我应该使用哪个Graph API吗?

Can someone explain which Graph API I should be using for this?

我认为这不是可行的,因为
I do not think that is possible as the application object does not seem to have any of these properties - Identifier or Reply URL(Assertion Consumer Service URL) available while creating the Azure application using the beta/applications.