I have an API which uses a AWS Cognito User Pool connected to Google for authentication and authorization within a Spring Boot application.
I am trying to interact with the Spring Boot application via the Thunder Client VSCode extension. In the request, under the Auth tab, I’ve selected OAuth2, and I’m trying to get it to generate a token.
It’s asking me for Auth URL and Token URL.
Where would I find these values?