Morning!
In Short
I’ve been attempting to generate a token for some API work by following the official docs and forum posts, but I keep hitting this redirect_uri error brick wall.
Environment
I have an Unraid Server and have installed the Pydio Cells 2.1 Home docker container on https://192.168.1.100:8080. The web frontend works without issue.
Method
I’m focusing on following the Postman config example, and currently have the following parameters:
Problem
Whether I use a Callback setting of
- Authorize using browser
- https://192.168.1.100:3636 (ignore http in screenshot)
- https://192.168.1.100:3000/servers/callback
- https://192.168.1.100:3000
I always get the redirect_uri error message:
The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed" error=invalid_request hint="The "redirect_uri" parameter does not match any of the OAuth 2.0 Client’s pre-registered redirect urls
The only other clue I found was using the openid info page https://192.168.1.100:8080/oidc/.well-known/openid-configuration which seems to confirm that I’m using the right settings?
Help?
I’ve read through what I think are the pertinent docs and forum posts. The closest matching post seems to be this one, but the advice of ‘restart cells’ doesn’t work, and there hasn’t been any other follow up.
Any advice on what I should change or try next?