2

Could you please provide me an example or description how to return an access token to the mobile application with facebook login.

Here is the workflow that I want to achieve:

  1. Mobile user registers via Facebook
  2. User is registered on the server database after successful Facebook login
  3. OpenIdDict Access Token is returned from server to the mobile application

I have already implemented local user password workflow but cannot find any example of Facebook login via mobile app.

4

1 回答 1

2

您描述的流程称为“断言授权”。阅读此其他 SO 线程以获取有关如何使用 OpenIddict 实现它的更多信息。

于 2017-09-27T22:38:09.597 回答