BFF Implementation: unable to authenticate upon redirection to my React application from asp.net identity server
I am currently trying to create an identity server that only uses external provider (Google) for its authentication, I used React for the login UI that will pop-up once the user logs in and get redirected to my bff application.