oauth2 icon indicating copy to clipboard operation
oauth2 copied to clipboard

Is it possible to put the client id and client secret in headers instead of query params?

Open src-kearney opened this issue 2 years ago • 0 comments

Sending client ID and client secret in the URL as query params is less secure than putting them in headers.

The querystring is encrypted with SSL, but URLs are stored in server logs which can be a security vulnerability.

Source: https://stackoverflow.com/questions/2629222/are-querystring-parameters-secure-in-https-http-ssl

src-kearney avatar Aug 03 '23 07:08 src-kearney