File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3510,10 +3510,10 @@ const client_secret = 'some secure & non-standard secret';
35103510
35113511// After formencoding these two tokens
35123512const encoded_id = ' an%3Aidentifier' ;
3513- const encoded_secret = ' some+secure+%26+non-standard +secret' ;
3513+ const encoded_secret = ' some+secure+%26+non%2Dstandard +secret' ;
35143514
35153515// Basic auth header format Authorization: Basic base64(encoded_id + ':' + encoded_secret)
3516- // Authorization: Basic YW4lM0FpZGVudGlmaWVyOnNvbWUrc2VjdXJlKyUyNitub24tc3RhbmRhcmQrc2VjcmV0
3516+ // Authorization: Basic YW4lM0FpZGVudGlmaWVyOnNvbWUrc2VjdXJlKyUyNitub24lMkRzdGFuZGFyZCtzZWNyZXQ=
35173517` ` `
35183518
35193519So essentially, your client is not submitting the client auth in a conform way and you should fix
You can’t perform that action at this time.
0 commit comments