131 - Enabling EasyAuth for Azure Logic Apps (Standard) HTTP Triggers

Поділитися
Вставка
  • Опубліковано 31 січ 2025

КОМЕНТАРІ •

  • @CameronMcKay
    @CameronMcKay 11 місяців тому +1

    Thanks for the video Kent! I was implementing inbound http triggers in a client without APIM and really needed this feature. This video was invaluable in accomplishing that with detailed step by step instructions and explanations.
    The post made by the logic app engineer on the AIS blog was helpful, but I needed the additional explanation in this video to really get this working.

    • @KentWeare
      @KentWeare  11 місяців тому

      Glad it was helpful!

  • @MrRogeriorslf
    @MrRogeriorslf Рік тому +2

    Man i was starting to feel hopeless about using token auth with STD LAs! Thank you so much!

  • @rubenaster2046
    @rubenaster2046 2 роки тому +2

    A very important feature IMHO! Would be great to have this officially supported (also by ARM and Terraform) AND to be able to disable the SAS token.

  • @RainePy
    @RainePy Рік тому

    Thank you! This was really useful video. Especially finding out those id-values which are needed in the rest-request to update auth config.

  • @jekabsbumbieris
    @jekabsbumbieris 7 місяців тому +1

    This was a lifesaver, thank you so much!

  • @abhabaranwal1306
    @abhabaranwal1306 5 місяців тому

    Thanks for the detailed video Kent. I am facing an issue at the end while making the call to logic app. Though I am passing the token in the request to logic app i am getting the following "401 Unauthorized" error:
    "code": "DirectApiInvalidAuthorizationScheme",
    "message": "The provided authorization token is not valid. The request should have a valid authorization header with 'Bearer' scheme."
    is there any other setup to be done.?

  • @rezcan
    @rezcan 2 роки тому

    NICE!!! Thanks for accepting to do this for Standard sku. Appreciate it... Speaking of reducing the attack surface, tried the managed identity in the identities array and it worked as well. Perhaps a more secure option than Service Principal and secret?

    • @KentWeare
      @KentWeare  2 роки тому

      Good to know about managed identities. I hadn't tried that out but agree that is a good approach

  • @TrangMai-yg2cw
    @TrangMai-yg2cw Рік тому

    Hi Kent, thanks for your video. Just wonder if you have any special set up in the API permissions? I followed your steps but it said that my token does not have authorization to perform action 'Microsoft.Web/sites/config/write'.

    • @bharanidharanm2653
      @bharanidharanm2653 6 місяців тому

      i am getting the same error as well, did you solve it getting scope added to this 'Microsoft.Web/sites/config/write' in azure ad?

  • @vigneshbe89
    @vigneshbe89 10 місяців тому

    Hi kent, is this easy auth available in the portal now(2024 march) instead of api enabling the auth.

    • @KentWeare
      @KentWeare  8 місяців тому

      I checked in with engineering and this is something that we will be working on but it will be post Build conference so after June we will get started I would estimate.

  • @E20625
    @E20625 Рік тому +1

    EasyAuth appears to be...3 round trips.

    • @ThomasFlock
      @ThomasFlock Рік тому

      not every time, there is an expiry, so you can run a function once and store it and use that token until the expiry time