apache/answer

connector-basic plugin bypass binding with an activation email

Opened this issue · 1 comments

Is your enhancement request related to a problem? Please describe

NO

Describe the solution you'd like

how can the connector-basic plugin be configured to bypass binding with an activation email and instead allow users to use OAuth2 verification as their identifier for direct access?

Describe alternatives you've considered

None

@lzf-tech FYI: https://github.com/apache/incubator-answer-plugins/tree/main/connector-basic#how-to-config

You can configure the User Email JSON Path and Check Email Verified to solve it. For example, if you are using the Google OAuth, you can set the Check Email Verified to email_verified. After that, when the user login from Google, if Google returns the email_verified=true means this user's email does not need to be active again.