How can we implement Single sign on using C# WEB API (Without MVC)?

Viewed 42

The idea is to implement Single-sign on using the given technical stack (ASP.NET CORE WEB API, IdentityServer4, ReactJS - Front end)

ASP.NET Core Identity together with IdentityServer4 offers an extensions for Single-Sign-On (Google, Microsoft ect.) for MVC framework. However, a proper guidance is not given for a WEB API scenario.

Please provide me an example or a tutorial, which I can follow in this regard? Thanks in advance.

*** Update ***

Would be great if an example is given for the flow of events on this scenario, as to how should the communication happen between the Front end application and the backend.

0 Answers
Related