Converting Mutal TLS to OAuth ClientCredentials with Ngnix, Apache, Envoy or other Reverse Proxy
I have a number of services that are authenticated using OAuth Bearer tokens. I can obtain the tokens using either an OAuth Client Credentials grant or a Resource Owner Credentials Grant. However I have a number of existing systems that…