I knew that through in-memory authentication we can secure Spring boot rest API(Which uses default authentication creating random JWT token). My requirement is that I have created JWT token through oracle rest service, using this token i need to secure my spring boot rest api. How can i achieve this? Any help please?
similar to below question, Secure REST Api with Spring boot and JWT
Regards Raj