Base solution for your next web application
Open Closed

How to create an OAuth2 authentication mechanism in Zero? #2273


User avatar
0
trendline created

As we know, aspnetzero asp.net core mvc editon already integrated Facebook, Google, Microsoft Account external authentication.

Is there a guide line that I can create an OAuth authentication mechanism to authenticate the AbpUser for other third-party app or website?

I know aspnetzero already provide the token based authentication, if I flow up the TokenAuthenticate method return an access-token out, does that works fine?


2 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    This is in our long term plans but currently you cannot use it like an oAuth authentication mechanism.

  • User Avatar
    0
    trendline created

    Look forward to this feature, an urgent requirement based on Token authentication mechanism.