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

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

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

  • @sgeorge-jm7dx
    @sgeorge-jm7dx 2 месяца назад

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

  • @kesienaberezi3695
    @kesienaberezi3695 22 дня назад

    so can you use multiple authenticator service ?

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

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

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

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

  • @franksdev2343
    @franksdev2343 18 дней назад

    Great video! Does anyone knows how to access the X-MS-CLIENT-PRINCIPAL in python?

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

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

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

      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 2 месяца назад

    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 6 месяцев назад +1

    Good one

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

    Great video