Yahoo! supports oAuth2. So I am trying to use the nodebb-plugin-sso-oauth2-multiple, which does not work yet.
I believe I have configured it correctly. However, when I try to use it to register an account, I get some JSON object containing a non-descriptive error message:
{
"error":{
"localizedMessage":"not found",
"errorId":"NOT_FOUND",
"message":"not found"
}
}
Reported the issue on GitHub. No update yet. Probably need to ask in the NodeBB Community.
Just got the plugin updated from 1.4.1 to 1.4.2. Let's see what next.