0

All the articles I found cover Blazor WASM integration with existing ASP.Net Core MVC views (through component tag) only. I could not find anything about authentication or how to pass OpenId Connect token from the view to the embedded Blazor component. Can anyone show me a good resource that cover this subject in details?

iKKDev
  • 21
  • 3
  • Do you want this kind of integration? https://stackoverflow.com/questions/60593985/how-to-authorize-a-blazor-webassembly-spa-app-using-identity-server – Tupac Feb 10 '22 at 08:17
  • Nope. My case is totally different. Blazor would run as a component within MVC's view itself and pre-rendered as WebAssembly. – iKKDev Feb 10 '22 at 09:04

0 Answers0