piomin / sample-spring-oauth2-microservices

some examples that show basic and more advanced implementations of oauth2 authorization mechanism in spring-cloud microservices environment
https://piotrminkowski.com/
134 stars 140 forks source link

Login Error #3

Closed hendisantika closed 7 years ago

hendisantika commented 7 years ago

I already read your blog and how to test it, But, when I am trying to login it was error. I use your auth service security : user / password.

http://localhost:8765/login?error

Any suggest?

Thanks

piomin commented 7 years ago

Type root / password.

I set these credentials in application.yml instead of defaults: security: user: name: root password: password

hendisantika commented 7 years ago

Still cannot login with that credential

hendisantika commented 7 years ago

Still cannot login with that credential, @piomin.

security: user: name: root password: password