Azure AD B2C

Hi community,
I use AD B2C with "many" mobile App (xamarin), has somebody worked on the possibility to connect with "fabulous" Radzen?

In a App it's really easy.

For memory : AD is normally for your organization to acces back end. B2C is to identify customer like you and me on a website or app.

Thanks in advance

While Radzen doesn't provide out of the box support for Azure AD B2C it could be possible to do by manually adding the required code to Startup.cs via partial methods - OnConfigure/OnConfigureServices. I guess it would be easier to do in a Blazor application as in Angular there are more specifics - JWT token generation etc.

Thanks a lot,
this is my way , but in angular at the moment.