Comments on: Part 2: Microservices security with OAuth2 https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/ Java, Spring, Kotlin, microservices, Kubernetes, containers Mon, 28 Dec 2020 14:17:42 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: Piotr Mińkowski https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-436 Mon, 18 May 2020 17:53:42 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-436 In reply to Sid Nc.

Did you try to create SPRING_SESSION table?

]]>
By: Sid Nc https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-435 Sat, 16 May 2020 22:33:10 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-435 Could you please help me in how to call the csutomer-service API via zuul gateway, that means http://localhost:8765/customer-service/1

When try this, I am getting below two errors

1) InvalidGrantException: Invalid refresh token: eyJhbGci

2) org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [DELETE FROM SPRING_SESSION WHERE MAX_INACTIVE_INTERVAL < (? – LAST_ACCESS_TIME) / 1000]; nested exception is org.h2.jdbc.JdbcSQLException: Table "SPRING_SESSION" not found; SQL statement:
DELETE FROM SPRING_SESSION WHERE MAX_INACTIVE_INTERVAL < (? – LAST_ACCESS_TIME) / 1000 [42102-196]

]]>
By: Art https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-433 Wed, 13 Nov 2019 06:07:21 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-433 In reply to Piotr Mińkowski.

Thanks a lot for link!

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-432 Tue, 12 Nov 2019 21:43:00 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-432 In reply to Art.

The repository is https://github.com/piomin/sample-spring-oauth2-microservices in the branch with_database: https://github.com/piomin/sample-spring-oauth2-microservices/tree/with_database

]]>
By: Art https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-431 Wed, 06 Nov 2019 12:33:14 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-431 Please provide me the github link of above implementation.

]]>
By: Piotr Mińkowski https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-429 Wed, 19 Sep 2018 10:00:39 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-429 In reply to Ibrahima Kane.

Thanks 🙂 Google Drawings 🙂

]]>
By: Ibrahima Kane https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-428 Wed, 19 Sep 2018 08:40:40 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-428 Thanks a lot Piotr for this awesome article.

I do like you schemas also. What drawing tool did you use?

]]>
By: Vivek https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-427 Thu, 16 Aug 2018 09:02:10 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-427 Hi , I have implemented the password grant type as you define in blog. But My requirement is to implement the implicit resource . can you please help to achieve this. As I want implicit secutiry for intercommunication service.

]]>
By: Vivek https://piotrminkowski.com/2017/12/01/microservices-security-with-spring-cloud-oauth2/#comment-426 Wed, 18 Jul 2018 07:27:03 +0000 https://piotrminkowski.wordpress.com/?p=6295#comment-426 hi, I have tried to implement in my project but unable to established as you mentioned. Please provide me the github link of above implementation. Is

]]>