Thanks for this video. Will look forward to any additional content you do on this. Have you seen anything about adding OIDC identity providers? It did not look like the UI showed that option anywhere.
Once they allow for more customization like completely custom HTML pages and custom orchestration flows I don't see how it will be any different from Azure AD B2C today. So why create a new product? I read in the documentation that it will support authorization natively, currently I work around this very successfully by creating and assigning groups in Azure AD B2C and a cloud function that calls the Graph API.
Yes I am doing similar stuff with B2C. I always call it an Authentication product and it does this well most of the time. It struggles with mobile apps but in general is nice for this. Authorization is a mich more complex topic and the you need far more stuff there. I also don’t see where its heading.
@@real-codingfreaks Yes especially when you use B2C as a service for your organization (multiple apps and lines of business) rather then as singular solution for that one app that you built. We managed to emulate the group based assignment you get with Entra ID for an enterprise for our customer facing apps.
Hello, ad b2c has a problema with roles, with entra we can asing roles or is the same?. all users are users and we have to workaround to set roles on our apps?
This video was game changer for my projects. Thank you
thanks alex! i really hope microsoft provides an alternative to the xml based custom policies.
your content is really great! please make more videos about advanced usage of Azure pipelines(like templates)/Azure artifacts
Thx. I will!
Still missing external IDP providers which is a great feature for integrating with customers -- however the "test" flows function is available now.
Thanks for this video. Will look forward to any additional content you do on this.
Have you seen anything about adding OIDC identity providers?
It did not look like the UI showed that option anywhere.
Not yet.
No not yet. Checking again soon.
Once they allow for more customization like completely custom HTML pages and custom orchestration flows I don't see how it will be any different from Azure AD B2C today. So why create a new product? I read in the documentation that it will support authorization natively, currently I work around this very successfully by creating and assigning groups in Azure AD B2C and a cloud function that calls the Graph API.
Yes I am doing similar stuff with B2C. I always call it an Authentication product and it does this well most of the time. It struggles with mobile apps but in general is nice for this. Authorization is a mich more complex topic and the you need far more stuff there. I also don’t see where its heading.
@@real-codingfreaks Yes especially when you use B2C as a service for your organization (multiple apps and lines of business) rather then as singular solution for that one app that you built. We managed to emulate the group based assignment you get with Entra ID for an enterprise for our customer facing apps.
Did you ever manage to find the "test user flow" feature
also
Did you come across info regarding the upgrade path B2C >> Entra External ID
Sadly not. But I managed to get locked out of my test external in the Entra Portal. Im currently debugging this.
Hello, ad b2c has a problema with roles, with entra we can asing roles or is the same?. all users are users and we have to workaround to set roles on our apps?
Remember that b2c by principle is authenticating but not authorizing!
@@real-codingfreaks got it