Create Azure AD Enterprise Application (Cisco AnyConnect) with SAML using Graph API or Powershell

Sahadeb Patro 121 Reputation points Microsoft Employee
2021-11-03T07:11:05.357+00:00

Hi, I'm able to create the enterprise application using graph API and also set the user permissions for the same.

However, not able to find any option for uploading the xml metadata file in for setting up single-sign-on ? Any possibilities with Graph API or PowerShell?

Any help on this?

Thanks in advance.

Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Graph
{count} votes

Accepted answer
  1. AmanpreetSingh-MSFT 56,871 Reputation points Moderator
    2021-11-03T09:29:53.017+00:00

    Hi @Sahadeb Patro • Thank you for reaching out.

    When using Graph API to create and set up single-sign-on for enterprise applications, you have to manually specify the value of all required properties. As of now, you cannot use Graph API ​or Powershell to upload the Manifest to auto-populate the required fields under single-sign-on.

    Currently, supported operations for configuring SSO settings under Enterprise applications are documented here: https://learn.microsoft.com/en-us/graph/application-saml-sso-configure-api

    You may consider posting feedback at the [Azure Feedback Portal][1], which is monitored by the product team for feature enhancements.

    -----------------------------------------------------------------------------------------------------------

    Please "[Accept the answer][10]" if the information helped you. This will help us and others in the community as well.

    ​[10]: https://learn.microsoft.com/en-us/answers/support/accepted-answerscm
    ​[1]: https://feedback.azure.com

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Sahadeb Patro 121 Reputation points Microsoft Employee
    2021-11-09T04:55:59.02+00:00

    Thank you Amanpreet. This was really helpful.

    I've followed this article and this has all the steps in detail.
    https://github.com/microsoftgraph/microsoft-graph-docs/blob/main/concepts/application-saml-sso-configure-api.md

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.