jasonhewg
jasonhewg
JDK17 mvn install报错: class lombok.javac.apt.LombokProcessor (in unnamed module @0x7606bd03) cannot access class com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler does not export com.sun.tools.javac.processing to unnamed module @0x7606bd03
> 这个是由于此客户端已经被验证过登录过一次, 可以清除当前域名下的cookie后再次请求授权url, 会跳转到登录页面进行登录. 好的。另外,想再了解下,基于当前Spring Security OAuth2 Authorization Server 1.5.0版本的工程代码里,是否也可以考虑集成官方已移除(废弃)的Password密码模式的认证?【主要是需要分别实现Converter、Provider、AuthennticationToken】 
> > > 这个是由于此客户端已经被验证过登录过一次, 可以清除当前域名下的cookie后再次请求授权url, 会跳转到登录页面进行登录. > > > > > > 好的。另外,想再了解下,基于当前Spring Security OAuth2 Authorization Server 1.5.0版本的工程代码里,是否也可以考虑集成官方已移除(废弃)的Password密码模式的认证?【主要是需要分别实现Converter、Provider、AuthennticationToken】 > >  > > 可以集成, 在后续会继续推进开发, 还有手机号验证码和邮箱验证码登录. 本地尝试参考Spring源码的授权码和客户端模式的实现,新增了password模式的实现类(对应左边红色框),auth-server编译成功也能启动,但使用postman调用/oauth2/token时,服务日志有报错: org.springframework.security.authentication.ProviderNotFoundException: 未查找到针对com.authorization.life.auth.infra.security.handler.password.OAuth2PasswordAuthenticationToken的AuthenticationProvider。 附件:...