79286772

Date: 2024-12-17 05:38:34
Score: 1
Natty:
Report link

In your RegisteredClientRepository you set the clientId as client and clientSecret as secret.

In your CURL request you pass:

--header 'Authorization: Basic YmlsbDpwYXNzd29yZA=='

Which when decoded is: bill:password. This needs to be client:secret, which is Y2xpZW50OnNlY3JldA==

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ali Raza