Passing runtime configuration to UserManager
Jaganprafful opened this issue · 1 comments
Jaganprafful commented
Here is my scenario I am hosting my .net API application with React client-app and making data calls to .net core API In order to do this I am running npm run build and moving the bundle to API folder
Is there any way to pass runtime configuration for userManager.js after running the npm run build? changing the identity provider values externally and passing the values down to userManager to authenticate against the new identity provider values