B2C-WebApp-OpenIDConnect-NodeJS
B2C-WebApp-OpenIDConnect-NodeJS copied to clipboard
Hi, I have correctly configurated the project and the demo app works. I've only one strange behaviour when I use **Update Profile** feature. I tryed to update the _DisplayName_ field...
Removed an unused ejs file, some unused routes, and made it so policy names can be changed in `config.js` and those changes will be reflected in the rest of the...
I'm trying to get B2C working on my web app that has been deployed ( at least I think) to App service. The website itself is not accessible ( https://b2ctestingwebapp.azurewebsites.net...
I believe I've updated the config.js as directed, started the mongo instance and also run the app. However after the first page (showing the Sign In, Sign up, ... options),...
@gsacavdm @brandwe @lovemaths i config two application with b2c under same client. applications 1. asp.net core using cookies auth 2. node.js using OIDCStrategy and updated node.js app with CORS now...