5

I have access token generated from websec using client id and secret.

My project app.properties have jwt public key.

I am developing rest api , call to Rest api will provide Bear token (generated one)that I wanted to validate using jwt public key.

But spring security internally use in memory token validator and return invalid token.

So how can l use jwt public key to validate the bearer token.

Or here I lack some understanding.

Sanjay Rabari
  • 2,091
  • 1
  • 17
  • 32
  • 1
    Take a look at this great article about Spring Boot + JWT: https://dzone.com/articles/spring-boot-security-json-web-tokenjwt-hello-world – Kamil W Sep 17 '19 at 19:09

0 Answers0