Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Encoded password does not look like BCrypt"导致资源服务器启动失败的问题 #2

Open
luokaiii opened this issue Feb 20, 2019 · 0 comments

Comments

@luokaiii
Copy link

当认证服务器SSO-Server启动成功之后,再启动 SSO-Client 时,会直接启动失败
而SSO-Server只显示一条 Encoded password does not look like BCrypt
这个有个非常大的问题: 即 Spring-Security-OAuth2 依赖和 Spring-Cloud-Starter-OAuth2 依赖的区别:

  1. SpringSecurityOAuth2 直接填写客户端密码即可
  2. Cloud 版本则需要将密码进行 PasswordEncoder,且该配置需要与Security中配置相同
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant