How can I use a JWT which is issued upstream of my application (Webassembly hosted by ASP.NET Core)?
- The customer clicks on the URL www.example.com
- An external provider takes care of the authentication (before my Blazor app - Webassembly hosted by ASP.NET Core)
- The external provider redirects the user to www.example.com/myblazorapp with the JWT in the headers
- "MyBlazorApp" must retrieve this JWT and use it during future calls to APIs