mattrglobal / draft-looker-oauth-client-id-scheme

draft-looker-oauth-client-id-scheme
Other
1 stars 0 forks source link

Signing requests can prevent impersonation attacks #14

Open selfissued opened 1 year ago

selfissued commented 1 year ago

If the client signs its requests using Automatic Registration with keys published at the location its https Client ID refers to, then that proves that the client is in possession of the corresponding private keys. This can prevent client impersonation.

Please consider updating the Impersonation Attacks section to discuss this possible mitigation.