Hello everyone,
I'm new to the forum and I'm trying to implement a "bring your own identity" feature in my Radzen Blazor Studio project. My thinking is that I can use the Azure AD security connector and then federate with other identity providers like Google or Facebook. I was wondering if anyone has leveraged this behavior before and validate they were able to get this to work?
Thank you in advance for your response!
Justin
what you might want to do is to start doing a bit of reading on what the tech is.
Azure AD and others use what is called OpenID Connect
OpenID is a superset of OAuth
Azure AD has AzureAD B2C
support for this will be in RadZen in the near future - check out the roadmap.
Azure AD B2C is where you register the IdP 's you want to partner with.
then you configure your app to use B2C.
done.
IdP = Identity Provider such as Google, Facebook and so on.
https://learn.microsoft.com/en-us/azure/active-directory-b2c/overview
https://openid.net/developers/how-connect-works/
looks like the radzen roadmap pages got updated for the new year and are not showing the azure ad b2c so just need to check on what the status of that is,
I appreciate your prompt and detailed response! It's great to hear that Radzen is planning to support Azure AD B2C in the near future, and your explanation about OpenID Connect and Azure AD B2C has been very helpful.
I do have a background in these technologies, but I was a bit unsure about how to configure Azure B2C within the context of Radzen, so your guidance is much appreciated. It's reassuring to know that the roadmap is being updated, and I'm looking forward to the future developments in this area.
Thanks once again for your assistance!