Question about invalid_request_object #103
Unanswered
maldworth
asked this question in
IdentityServer
Replies: 3 comments 3 replies
-
Can you please post the client configuration in IdentityServer of my.client.id? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Any value not posted can be considered empty, or default
If there's a better way to get the full settings from the db, I can do that if it's more helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Can you please use a client secret and try again? |
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.
-
IdentityServer version
7.X.X
.NET version
.NET 8.0
Description
I'm trying to run a self hosted version of: https://github.com/ClaperCo/Claper
I have it all configured properly, and when I run it, and click on the "login" it performs the oidc challenge (great), but I get an error
invalid_request_object
, and the params it redirects with are:and the JWT decoded looks like:
and in my duende server the error is:
Do you know what the problem is?
Reproduction steps
No response
Expected behavior
No response
Logs
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions