Hello all,
I’m trying to configure a ShinyProxy instance to use OIDC authentication, with Azure B2C as the IDP. I believe I have configured everything correctly, as per the GitHub example.
However, when I navigate to the ShinyProxy instance, I am correctly redirected to the Microsoft login screen, before being shown the following error:
AADSTS900971: No reply address provided.
From some initial searching, it appears that this means ShinyProxy is not providing a redirect URI to Azure. I have configured a redirect URI on the Azure B2C side, but I have not configured a redirect URI in ShinyProxy’s application.yml
.
Is this something I have missed in my configuration (on either Azure B2C or ShinyProxy), or is this an issue with how ShinyProxy and/or Azure B2C work?