Invalid remote client error

Hello all,

While this has been discussed before, I tried the things suggested in previous topics, however they did not succeed, as seen here (previous topic).

This is the full uri:
https://login.inrupt.com/authorization?response_type=code&redirect_uri=http%3A%2F%2Flocalhost%3A5000%2Fauth%2Fcallback&scope=openid&client_id=http%3A%2F%2Flocalhost%3A5000%2Fauth%2Fclient_id&code_challenge_method=S256&code_challenge=ywuvgSZFpJSKGybf42OjrX_lSTreFXebFXiCHc1xs9I

Below is the request to the client id document endpoint and the response:

I could not find anything wrong, though I am a beginner at handling OIDC and OAuth things, so Iā€™d like to see if anyone can spot something immediate that I am missing.

Thanks

Client Identifier Documents need to be publicly accessible by the remote server, so that means no documents hosted on localhost.

1 Like