It works when I try to access keycloak from 127.0.0.1 but not localhost so it looks like a keycloak setup issue, not a keycloak implementation problem.
On Tue, Oct 12, 2021 at 12:01 PM Ammon Quackenbush <[email protected]> wrote: > Setting LOGIN_REDIRECT_URL works in that I am redirected to that URL after > I log in. I still see the error when I click on the login screen, though. > > On Tuesday, October 12, 2021 at 7:52:04 AM UTC-6 Anil Felipe Duggirala > wrote: > >> On Mon, Oct 11, 2021, at 5:40 PM, Ammon Quackenbush wrote: >> > I can set the logout redirect url successfully with LOGOUT_REDIRECT_URL >> > in my project's settings.py, but I still get this error when I try to >> > log in. >> > >> > On Thursday, October 7, 2021 at 3:54:24 PM UTC-6 Ammon Quackenbush >> wrote: >> >> I am setting up keycloak with a django webapp and this is the error I >> am getting: >> >> >> >> WE'RE *SORRY* ... >> >> Invalid parameter: redirect_uri >> >> >> >> >> >> >> >> I have tried setting the LOGOUT_REDIRECT_URL and >> POST_LOGOUT_REDIRECT_URL settings in my project settings.py but that had no >> effect. >> >> >> >> Any ideas on how I can fix this? >> >> Have you set the LOGIN_REDIRECT_URL ? >> > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAMJ1qY%2BHjYiTcaCUbGAB734y%3DWQ1EahKmYiO-h5AOBqYZKOFg%40mail.gmail.com.

