Identity Server 4 - Resource Owner Password Grant and Google Authentication
问题 I have an application that currently uses the resource owner password grant type to allow users to log in via a single page application. The identity server is hosted in the same project as the Web API currently. However, we would like to add the ability for a user to register / log in using their Google account. Currently, the user data is stored in tables and managed by ASP.NET Core Identity. Is there a way to have both the resource owner password grant type available in the application for