locked
Grant Permissions for converged applications RRS feed

  • Question

  • Hi all.

    As an administrator, I want to consent to an application's delegated permissions on behalf of all the users in my tenant. This will prevent the consent dialog from appearing for every user in the tenant. 

    I can do this from the Azure portal from mine application page. From the Settings blade for my application, click Required Permissions and click on the Grant Permissions button.

    But there is not converged applications on that page. Is there any way to Grant Permissions for converged applications? 

    Thursday, June 22, 2017 9:32 AM

Answers

  • Go to this Link: https://apps.dev.microsoft.com/portal/application/<objectId>/manifest?appVersion=1.6&source=app_list  
    You will have to replace the <objectId> with your Azure AD application objectId.

    -------------------------------------------------------------------------------------------------------
    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members

    • Edited by vijisankar Wednesday, June 28, 2017 5:34 PM
    • Proposed as answer by vijisankar Wednesday, June 28, 2017 6:17 PM
    • Marked as answer by Nikolay.Vaulin Thursday, June 29, 2017 8:38 AM
    Wednesday, June 28, 2017 5:26 PM

All replies

  • Have you registered your app with the Azure AD v2.0 endpoint?
    You may refer to this article in the below link: 
    https://github.com/microsoftgraph/microsoft-graph-docs/blob/master/concepts/auth_register_app_v2.md
    -------------------------------------------------------------------------------------------------------

    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members
    Thursday, June 22, 2017 5:48 PM
  • Sure, I've done it. If I understood correctly, applications registred with the Azure AD v2.0 endpoint are not listed in Azure portal. And this is why I can't invoke action "Grant Permissions" for these applications. 
    Monday, June 26, 2017 6:44 AM
  • You need to follow the below steps:
    Step1: Open a browser and navigate to https://apps.dev.microsoft.com
    Step2: Select your application which you want to give grant premission.
    Step3: Once the edit application manifest opens, you need to click the edit in the azure portal icon right corner below.
    Step4: Once it opens in the portal, go to the "Required Permission" and give the Grand permission. 

    -------------------------------------------------------------------------------------------------------
    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members
    • Proposed as answer by vijisankar Wednesday, June 28, 2017 3:13 PM
    Wednesday, June 28, 2017 3:13 PM
  • Sorry, but I can't find edit icon from step3. Is it on page https://apps.dev.microsoft.com/#/application/<appId> ?
    Wednesday, June 28, 2017 3:26 PM
  • Go to this Link: https://apps.dev.microsoft.com/portal/application/<objectId>/manifest?appVersion=1.6&source=app_list  
    You will have to replace the <objectId> with your Azure AD application objectId.

    -------------------------------------------------------------------------------------------------------
    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members

    • Edited by vijisankar Wednesday, June 28, 2017 5:34 PM
    • Proposed as answer by vijisankar Wednesday, June 28, 2017 6:17 PM
    • Marked as answer by Nikolay.Vaulin Thursday, June 29, 2017 8:38 AM
    Wednesday, June 28, 2017 5:26 PM
  • Funny thing is that default behaviour for Edit Manifest buttons redirects to the appVersion=2.0, where button "Edit in Azure Portal" is missing. A manually modified url solved the problem. Thanks.

    P.S. Grant Permissions didn't help, users are still getting the consent dialog. (


    Thursday, June 29, 2017 8:38 AM
  • Has your issue been resolved?

    -------------------------------------------------------------------------------------------------------
    Do click on "Mark as Answer" on the post that helps you, this can be beneficial to other community members
    Thursday, June 29, 2017 9:43 AM