I've created an integration on adobe admin. I have taken these secrets to postman and would like to now auth with OAuth 1.0 in a Kotlin application on the JVM. Any standard java libraries don't seem to put the Auth in the Authorization header like Adobe documentation dictates.
How do I do this without writing my own signer and OAuth Authorization builder?
I've created an integration on adobe admin, and I've worked with it postman. JavaScribe and Apache Signpost adds the OAuth parameters to the URL, and both are out of date by time of writing by 2 and 5 years respectively.