I have a Spring Boot OAuth2 client & a Spring Boot OAuth 2 ResourceServer that's also an Authorization Service. I know what the problem is. I know OAuth 2 tokens are not allowed via get, only Post. However, I'm at a loss on how to fix it. This seems to come automatically w/ I have a Spring Boot OAuth2 client & a Spring B