OK to use OIDC ID token as bearer token from SPA to stateless C# backend? – Asp.net
I am developing SPAs in Angular and React. I am connecting these SPAs to OIDC identity providers, using authorization code + PKCE. Now, I need some way to communicate the user context to the backend APIs in C# (ASP.NET Core).…