While integrating OIDC into my Angular app, I had to add a separate authentication page(originally named auth.html). However after bundling and serving my application using ‘ng serve’ I noticed that I couldn’t reach my ‘auth.html’ file and I got an error message instead…
The solution was obvious, any extra files you want to include should be added to the assets section inside the angular-cli.json file: