Azure AD B2C Webinar Series: Custom Policies Part 2 Policy Walkthrough

Пікірлер: 20

  • @get_ready
    @get_ready2 жыл бұрын

    Difficult as hell. Like, for my use case all I wanted is to read a query param and put it into a claim. Turned out it was not possible to do with inbuilt user flows and my only option is to go through this hell with custom policies and become a full time B2C employee. How hard can it be to just allow devs to specify where to read the value for claim from? It's insane honestly. The more I work with B2C the more I realize how it works against me.

  • @annihilarghgamings8276

    @annihilarghgamings8276

    Жыл бұрын

    Create a claimtype with required datatype and then create a display claim with whatever input claim you want to use and save it as an extension attribute or some inbuilt attribute available

  • @onionhammer

    @onionhammer

    Жыл бұрын

    B2C does seem to want to intentionally make custom policies as thorny to work with as possible, and user flows as neutered as possible.

  • @XplorewithMonto

    @XplorewithMonto

    Жыл бұрын

    I can help with custom claims injection into the token. Try using directory extensions or contact me.

  • @eichti85
    @eichti852 жыл бұрын

    b2c already needs a ui based admin panel for custom policies on top. this is all stuff that should be under the hood. weird that MS released something prototype like this anyways

  • @mariotiscareno
    @mariotiscareno9 ай бұрын

    First, you take the dinglepop, and you smooth it out with a bunch of schleem. The schleem is then repurposed for later batches. Then you take the dinglebop and push it through the grumbo, where the fleeb is rubbed against it. It's important that the fleeb is rubbed, because the fleeb has all of the fleeb juice. kzread.info/dash/bejne/l4F-zZayabGtpqg.htmlsi=uEJbR5tVO96Gn-pI

  • @mouradaissani8957
    @mouradaissani89573 жыл бұрын

    Thank you about the great content

  • @sahilroyal8939
    @sahilroyal89394 жыл бұрын

    Superb! But too difficult. Learn something from Ping Federate. How easy they have done and that too more configurable than B2C. This is too complex to handle.

  • @MarioMeyrelles

    @MarioMeyrelles

    3 жыл бұрын

    Extremely agree on this. The only advantage is to have this as files that can be versioned and potentially can be used in CI/CD processes

  • @surajdhimaan2685
    @surajdhimaan2685 Жыл бұрын

    thanks a lot 😊😊😊, you saved me, great content

  • @allenchen85
    @allenchen85 Жыл бұрын

    test often! like trial and error cause nothing make sense! :)

  • @teroniemi
    @teroniemi Жыл бұрын

    Very nice tutorial, but when I tried to follow this I couldn't get past 20:45 since all the values there are empty and I can't click the Run now button. Any idea why this could happen?

  • @mrsmith5955

    @mrsmith5955

    8 ай бұрын

    Yep, I never got past 20:45 RIP.

  • @vijaysahuhrd
    @vijaysahuhrd3 жыл бұрын

    Can we stop the registration if there is there is no Loyality number mapped with the email address or any custom property like (UniqueNumberId)

  • @annihilarghgamings8276

    @annihilarghgamings8276

    Жыл бұрын

    Possible i guess, check for that claim existance or claim null in the orchestration step

  • @alwaysjai
    @alwaysjai2 жыл бұрын

    How to make configure azure b2c authentication such that redeem takes them to registration page directly and sign in takes them login. What is happening now is both taming the user to sign in page and user have to do an extra click to sign up or registration. Sometimes it also confuses the user that they directly enter the login in the sign in form instead of registration. Any solution for this?

  • @annihilarghgamings8276

    @annihilarghgamings8276

    Жыл бұрын

    Split the orchestration steps. Inbuilt is combined signup and sign in, modify and create two new policy separately for signup signin

  • @micheleagnello7058
    @micheleagnello70582 жыл бұрын

    These operations should be done from the portal with visual elements, not manually editing XML. Microsoft builds too complicated things. To add custom claims shoud be easy as click "new Technical profile" then edit or even add simply attributes then make them available by selecting a checkbox. Unfortunately they are not transmitted/visible in the token. Azure AD B2c doesn't even support groups. Why, Microsoft ? The tool is not mature for final users/programmers. I will tell my company to ABANDON this method and use other. We are wasting time.

  • @jasonargo9085

    @jasonargo9085

    2 жыл бұрын

    I'm coming to the same conclusion. I'm building a web app using Blazor Server and trying to stay as far away from Entity Framework as possible, so I saw B2C as a viable option at first since it still requires MVC but only a little. What alternative to B2C ended up working for you?

  • @BLaBZStation
    @BLaBZStation4 ай бұрын

    Yuck.