I am looking to setup OAuth2 authentication in RStudio Connect to authente against Azure B2C using OpenID. I have configured the rstudio-connect.gcfg file with the authentication settings mentioned in the documentation as follows.
Last time I looked into Azure B2C for OIDC we came to the conclusion that MS had implemented a variant of OIDC, requiring the usage of the MSAL library. Some references:
That would make sense if I was getting an error after login, however, RStudio Connect doesn't even make an attempt to redirect me to the B2C login page. Is there something in the application that specifically prevents the use of B2C?
Can you create a HAR file from when you try to login? In case you don't want to upload that file here, you can also open a support ticket. Please include a diagnostics report in that case as well.