This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
Broker error: the client_id must be the origin of the redirect_uri #10
Labels
stale
For marking issues as stale. Labeled issues will be closed soon if label is not removed.
I'm trying to use kinto-portier along a Kinto instance.
docker-compose.yml
Dockerfile
Kinto.ini
When trying to authenticate in the Kinto admin using portier, I'm redirected to a page with an error message:
The URL in question is in this form:
Notice the
client_id
query string parameter,client_id=None%3A%2F%2FNone
, which translates to"None://None"
once urldecoded.What's going on, what did I miss?
The text was updated successfully, but these errors were encountered: