Clarification on “No client identifier found” error during /connect/token request #161
Unanswered
zomo01
asked this question in
IdentityServer
Replies: 1 comment 3 replies
-
Looking at IdentityServer's code it seems that the mentioned error message not only occurs when there's no How this should be logged is a matter of interpretation but we're thinking about making this more flexible. A colleague of mine is working on that and needs some feedback. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Duende team,
Environment
Question
We occasionally see the following error in the logs when the
/connect/token
endpoint is called: "No client identifier found"We understand that this typically occurs when the request does not include a
client_id
. However, we'd like to clarify the expected behavior in this case.We are aiming to reduce unnecessary noise in our logs while still capturing actionable errors.
Thanks in advance for your support!
Beta Was this translation helpful? Give feedback.
All reactions