I try to setup authentification for an Angular app using authorization code and Azure AD B2C (oidc-client on client side), but I\'m getting these errors from Angular:
Your image shows a CORS error.
I'm not sure if oidc-client works OOTB with B2C. It's more for identityserver.
Have a look at the msal.js sample.