我想了解术语“OAuth Provider”通常是什么意思。OAuth 规范中似乎没有提及它。
如果我们将 OAuth Provider 视为应用程序的一个组件,它执行哪些功能(例如授权、API 方法的实现等)?它与应用程序的其余部分有何关系?
我想了解术语“OAuth Provider”通常是什么意思。OAuth 规范中似乎没有提及它。
如果我们将 OAuth Provider 视为应用程序的一个组件,它执行哪些功能(例如授权、API 方法的实现等)?它与应用程序的其余部分有何关系?
The OAuth Provider is provider that supplies the OAuth service for instance google, twitter, yahoo! or whoever you are asking to log in the user.
Or in other words the provider that tells that the user logged in successfully.