Roadmap for 2023 / 2024 missing one item

hi, just wanted to check on one item

the roadmap page until recently had an item that indicated that azure ad b2c was going to be a supported feature in the near future.
in the updated roadmap i do not see this listed.
but in the current product i do not see any option for it.

so has this been dropped ? or did the roadmap update just miss one item ?

thanks!

1 Like

Hi @figuerres,

Yes, we are postponing that as the interest in it is very low comparing to other features. To be honest one can manually add that to an existing application by following the Microsoft template.

thanks for the info!

i will be looking to use this in the future and there was a post in the community asking about identity so perhaps a write up on how to do it might be helpful?

i know that it is mostly settings in the microsoft azure ad side to make it work.

i have done some OpenID stuff in the past.

ps: this link http://forum.radzen.com/t/bring-your-own-identity-feature-in-radzen/15930

You can follow the Microsoft documentation: Secure an ASP.NET Core Blazor WebAssembly standalone app with Azure Active Directory B2C | Microsoft Learn

1 Like

I think a write-up on this topic would be really valuable. It would demonstrate Radzen Blazor Studio's flexibility in handling authentication, while still aligning with the authorization configurations in the Studio IDE, particularly through the use of Authorize attributes. Once I get it working, I'm open to doing a blog post or sharing the steps involved.

As Blazor Studio begins to embrace MAUI, I anticipate that this kind of feature will gain more attention. Especially for mobile apps, offering some form of SSO capability seems essential to cater to a diverse customer base.

Choosing Radzen was all about boosting my productivity, and for most of my projects, a simple and streamlined signup process with SSO is crucial. Sharing how I integrate Azure AD B2C could be beneficial for others who are looking for similar solutions.

sometime in 2024 i will be making at least 1 mobile app for our customers and at least 1 web app that will be almost the same as the mobile app.
both will need the identity support.

also @justinport are you familiar with OData ? with microsoft Dataverse data ?
i have been using OData for a while and i am starting to get with Dataverse
Dataverse is microsofts core data interface to all the Dynamics family so if you want to interop with teams, crm or other dynamics stuff you need to hookup with Dataverse - which is OData.
i have been starting to work with an OData building tool called Restier is can take an EF model and roll out the controllers and the OpenAPI / Swagger pages for it...
right now they are working on planning a major update that looks to make it even more amazing...