Automate SAML application in Azure AD via PowerShell or Graph API

Rahul Kaim 21 Reputation points
2020-07-10T10:32:53.633+00:00

I have not started any script yet but wanted to check first If this can be achieved to configure Azure AD Non gallery enterprise app using PowerShell that let me enter metadata such as entity id, reply URL, sign-on URL and attributes information.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,449 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AmanpreetSingh-MSFT 56,561 Reputation points
    2020-07-10T11:25:09.147+00:00

    Hello @Sunny987
    Here is the document link that you can refer to for the automation of SAML Application using Graph API. Below are the steps covered in the document to create SAML based enterprise application.

    1. Create the application - Bootstrap the non-gallery app creation by using the basic SAML template from any Gallery App template.
    2. Configure single sign-on - Set single sign-on mode and basic SAML URLs such as identifier (entity id), reply URL, sign-on URL.
    3. Configure claims mapping - Specify attributes information.
    4. Configure signing certificate - Configure Signing Certificates for the app.
    5. Assign users - User assignment to the application.
    6. Configure the application side - Configure Azure AD SAML metadata for the specific configured application.

    Please do not forget to "Accept the answer" wherever the information provided helps you. This will help others in the community as well.


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.