Authentication and Authorization [4 of 8] | .NET on Azure for Beginners

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

КОМЕНТАРІ • 13

  • @XaviCasals
    @XaviCasals Рік тому +3

    Thank you for this excelent video. But B2C deserves a full series where we can see not only the simple scenario, but also how to add external providers, how to skip b2c while in dev environment, how to add claims based on our backend business rules (like adding our tenant id as a claim in a multitenant SaaS) or how to safely move users from the classic Identity model. That would be very very useful. Thank you again.

  • @ZeroPageX
    @ZeroPageX Рік тому +4

    Knowing when to copy new code would be helpful. I couldn't find the callbackPath in either appsettings.json file. I wasn't sure what was going on as you never mention when we should be copying new versions of code over. I finally did a "Find in Files" realizing I needed new code. That is also a problem as the configuration values are different from what you're telling us to enter, so we have to change these values every single time we copy new code over.

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

    Thanks for your session. Its clear and relaxed. I have a question. Without doing any code you showed how to go through the sign up flow and retrieve a bearer token. Can you also demonstrate how to use this same bearer token to access the microsoft store api without any c# code? 😊

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

    Your tutorials are awesome. You should do more building some event based architected applications .

  • @andrewfraser2760
    @andrewfraser2760 4 дні тому

    Can someone explain how the scope is used in the API - he brushed passed it with no detail. Looking at the code, he has the scoped name in appsettings.json and in program.cs he has the line var initialScopes = builder.Configuration["AzureAdB2C:Scopes"]?.Split(' '); but does nothing with initialScopes !

  • @b60977
    @b60977 Місяць тому

    so how did you get the verification email???

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

    Can't seem to post a new review after adding authorization. It doesn't show in the list, and there are no error messages. Yes, I've clicked refresh reviews, and I have checked the database table directly.

  • @marksouzacosta
    @marksouzacosta Рік тому +4

    I got lost on this one 😂

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

    🙌🙌

  • @RouteDeTours
    @RouteDeTours 9 місяців тому

    Surely there MUST be an easier way. Heaven help me if this is actually what you have to go through. Time to ask Google if there is a simpler way of asking a user to login.

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

    This is a terrible experience. So many things to connect with no direct flow, wow, how they have the nerve to put it out on public.
    My friends this is not needed, just use jwt with claims inside it.

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

    Someone on twitter said. Blazor is going no where😢

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

    Watch at 1.75x.