I'm developing a web application using Ruby (2.6.2) and Rails (5.2.3).
I've successfully deployed it to App Service. Therefore, I'm now looking to implement an auth solution.
I'm developing a product manager webpage. Where users can add/edit/remove their products.
I can't find any documentation on Ruby and B2C. However, I've found this git, which is a controller for Azure AD auth. Will this work with B2C?
Can Ruby be recommended with B2C? As I want to make sure my auth is secure as possible. Will solutions with Azure AD also work with B2C? (Like the one above).