I'm implementing a React web application and the choice of IDP wont be made for a while. I need to implement authentication now and use Azure B2C until a final determination is made regarding IDP.
What ever the final IDP is, it will support the OAuth2/OIDC so shouldn't this work regardless of the specific IDP?
Is there a better option for integrating OIDC authentication with a React application?