Configure Blazor WebAssembly with Entra ID (.NET 8)

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

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

  • @DrNoLife
    @DrNoLife Месяц назад

    Just wanted to say thanks for the video! Helped a ton. This was one scenario where I found the official documentation to be lacking. Using either outdated packages, thus using methods that don’t exist, or simply not explaining this more succinct.
    Anyhow, as mentioned before. Thanks for the guide. Followed it and worked first try.

    • @CodeWithAnjuli
      @CodeWithAnjuli  Месяц назад

      @@DrNoLife Good to hear, thank you! 😊

  • @dayalanshanmugam3740
    @dayalanshanmugam3740 23 дня назад +1

    Thanks a lot for this video. Very nice explanation. Helped me to figure out my issue.

  • @mustijack
    @mustijack 15 дней назад

    Cool 👍🏻 Thanks

  • @lukevincent4397
    @lukevincent4397 4 месяца назад

    Thanks! Very clear and helpful.

  • @Jason_Shave
    @Jason_Shave Месяц назад

    I found this video on the corner of the Internet and finally I was able to get my Blazor web assembly app working with custom roles. I couldn't figure out for the life of me why my custom roles collection in the token wasn't being picked up. Do you know if any public documentation exists on this point? Seems like a big miss to not have something. Also, it doesn't look like you used the IServiceProvider in the CustomAccountFactory. Thanks for posting!

    • @CodeWithAnjuli
      @CodeWithAnjuli  Месяц назад

      @@Jason_Shave I haven't found much documentation about it, but I will look again and see what I can find 🙂

  • @keithjairam8452
    @keithjairam8452 Месяц назад

    Great content… you should make an entire series on Udemy!

    • @CodeWithAnjuli
      @CodeWithAnjuli  Месяц назад

      @@keithjairam8452 thank you! I will think about it 🙂

  • @Skyten10
    @Skyten10 4 месяца назад

    Great content. keep up the good work.

  • @coding-stephan
    @coding-stephan 5 месяцев назад +1

    At 9 minutes you say it defaults to the one role if you only define one, which is not the whole truth. If you configure your app that everybody can access it. Everybody else will not get the developer role, they will get the "Default Role", but you cannot assign the application to users with the "Default Role" in that case (if you want to assign the app to users), you need to pick a role from the list (where there is only one)

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

    Could you do multitenant?

  • @adreesumer4526
    @adreesumer4526 4 месяца назад

    good work

  • @kis.stupid
    @kis.stupid 5 месяцев назад

    Great! Especially getting those into Blazor, great screencast.