Re: Invalid parameter: redirect_uri

2021-10-12 Thread Ammon Quackenbush
eycloak 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 >&

Re: Invalid parameter: redirect_uri

2021-10-12 Thread Ammon Quackenbush
tting 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_LOG

Re: Invalid parameter: redirect_uri

2021-10-12 Thread Ammon Quackenbush
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_U

Re: Invalid parameter: redirect_uri

2021-10-12 Thread Anil Felipe Duggirala
on 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_LO

Re: Invalid parameter: redirect_uri

2021-10-12 Thread Kasper Laudrup
On 12/10/2021 00.40, 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. When you log in to what? You need to share some details, relevant code, error messages etc. if

Re: Invalid parameter: redirect_uri

2021-10-11 Thread Ammon Quackenbush
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

Invalid parameter: redirect_uri

2021-10-07 Thread Ammon Quackenbush
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 ca