This is my Okta application:
My React app configuration:
I am getting access token from okta. Now how to validate this token in spring boot application which is my resource server.
Application.properties
please help
Note: I don’t want to use custom authorization server. it is working fine with that. But when i try to validate with org authorization server. it is failing.



