How to configure Azure AD SSO programmatically for gallery-based application?
问题 I need to configure Azure Active Directory SSO for Tableau Server gallery app as it is under MS documentation link programmatically. Are there useful powershell cmdlets / rest apis? I create application from gallery using graph api from Step 1 on MS docs. To get available templates: GET https://graph.microsoft.com/beta/applicationTemplates To create template app: POST https://graph.microsoft.com/beta/applicationTemplates/{id}/instantiate Now I need to configure SAML SSO from code and assign