Using Azure AD B2C for authenticating users

Поділитися
Вставка
  • Опубліковано 26 лис 2024

КОМЕНТАРІ • 16

  • @iponbla
    @iponbla 3 роки тому +11

    where can we find the .NET code of the examples that are shown at the end?

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

    Hi sir, I have a question, I implemented b2c recently in my enterprise application but it stores user log in information twice for each login.

  • @picflight
    @picflight 3 роки тому +2

    Is this similar to IdentityServer but running on Azure?

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

    is this module available in free trial or just with pay as you go ?

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

    why is javascript not enabled on the custom pages, any idea ?

  • @zackjones507
    @zackjones507 2 роки тому +1

    This is really disappointing to see it’s a basic overview. Setup and calls were expected based on your description

  • @TheXploree
    @TheXploree 3 роки тому +1

    why not using blazor wasm on your frontend?

  • @johnnybravohonk6964
    @johnnybravohonk6964 3 роки тому +7

    AAD B2C has poor SLA and applying your own login page design takes much effort. And this is just a tip over unnecessary complications under the hood. I would not recommend it over storing users in your own database.

    • @vkozyrev
      @vkozyrev 3 роки тому

      What would be an alternative to Azure AD B2C? AWS Cognito or something else?

    • @vedprakash-zz6hb
      @vedprakash-zz6hb 3 роки тому

      Auth0

    • @tiffanyhickman7460
      @tiffanyhickman7460 3 роки тому

      wow

    • @Luca-cw4ke
      @Luca-cw4ke 3 роки тому +4

      How would a database with a bunch of tables and users replace an extremly complex system (in terms of features offered) like azure b2c?

    • @johnnybravohonk6964
      @johnnybravohonk6964 3 роки тому +2

      Well, you'd need look a bit closer than just scanning long(?) list of features from some presentation slides. Some of the features are hard to find, other are hard to configure (have fun with XML), some are plain missing while you get them in "normal" AAD. And on top, you get no observability... unless you already mastered logs... but then it still will not answer simple question "how many users could not sign-in because of B2C outage?"
      Overall - yes, you are better off with plain database based on Microsoft.AspNetCore.Identity. Or just pay for quality product like Auth0 or Okta.
      It is only my advice based on past 9 months and I am not trying to convice you, just take my advice and avoid rubbish service that is pain to use.