You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
请问继承自AbstractPreparableIntegrationAuthenticator的自定义认证,比如短信认证,按照你的代码在prepare里进行验证码校验,不匹配则抛出OAuth2Exception异常,不过这个异常信息并不能返回给前端,response的结果为:
{
"error": "unauthorized",
"error_description": "Full authentication is required to access this resource"
}