When attempting to exchange a code for an access token, the response indicates that the "authorization_code" grant type is not supported by the authorization server.
We have not changed this code, so are not sure why it has begun to fail, blocking anyone from logging in.
As well, when debugging against the sandbox, requesting a guest token results in an error object:
{
"message": [{
"code": "oauth_error",
"user_msg": "OAuth error: ",
"dev_msg": "OAuth error: "
}]
}