Add authenticated user login to any Azure App Service app in 10 minutes!

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 12

  • @sgeorge-jm7dx
    @sgeorge-jm7dx 21 день назад

    when i do logout. it keep redirecting me to login and auto login without userid and pwd challenge.

  • @Robd515
    @Robd515 7 месяцев назад +1

    Great video, thank you. More on authentication would be awesome.

  • @johannesschmidt8611
    @johannesschmidt8611 5 месяцев назад

    Great content! More AuthN/AuthZ in Azure would be great.

  • @QuantumXdeveloper
    @QuantumXdeveloper 6 месяцев назад

    Hey is there any option for authentication in app service without using provider just using some mail account and password

    • @alexthecodewolf
      @alexthecodewolf  6 месяцев назад

      I don't think so, because App Service is designed to rely on some sort of "authority" to verify the user. You'd probably have to roll your own solution for this, such as ASP.NET Core's new identity system.

  • @mrugajasiknis8510
    @mrugajasiknis8510 3 дня назад

    With the title "Add authenticated user login to any Azure App Service app in 10 minutes!", I assumed u wud show how to add users who can access this application.But this was not the case.

    • @alexthecodewolf
      @alexthecodewolf  2 дня назад

      The users would be anyone who has an account with the authentication providers added to the app.

  • @nidhirajgr8
    @nidhirajgr8 4 месяца назад +1

    Good one

  • @johncerpa3782
    @johncerpa3782 7 месяцев назад

    Great video