Thanks for the feedback, @javafueled! In this particular case, there isn’t much of a conversation other than downloading the JWKS and validating the access token with it. There is no redirect and callback because it’s not authentication; it’s authorization. I did link to our OAuth 2.0 docs in hopes that this would provide the necessary information if people are interested.
I appreciate your suggestions on using cURL and Maven. We have the ability to add tabs that show alternatives so that I can do HTTPie and cURL, Gradle and Maven, and Java and Kotlin. Would that work for you?