I have not set LOGIN_REDIRECT_URL. I think that is automatically set. When I try setting it, nothing changes.
On Tue, Oct 12, 2021 at 7:51 AM Anil Felipe Duggirala < [email protected]> 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/c1c1d6a5-f5ea-42fb-9e8e-ba4ba3a6057f%40www.fastmail.com > . > -- 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/CAAMJ1qYdKeMNfvHXtmePkgqWyvo6tODOgM2Vifr_j4JOZWjQkg%40mail.gmail.com.

