You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I login and I get this call: "GET /notifications/check/?_=1520963110746 HTTP/1.1" 200 1
I redirect -> "GET /openid/openid/KeyCloak?next=/feeds/ HTTP/1.1" 302 0
But sometimes I got: "GET /openid/openid/KeyCloak?next=/notifications/check/?_=1520963110732 HTTP/1.1" 302 0
@Allan-Nava I'm not sure. How are you being redirected? Normally with redirect based logins the user clicks a login button / link that includes the ?next= value of the current page. Normally, like in the scenario I described, the bossoidc/djangooidc plugins don't have anything to do getting/setting the redirect page.
Il giorno 11 lug 2018, alle ore 17:01, Derek Pryor ***@***.***> ha scritto:
@Allan-Nava I'm not sure. How are you being redirected? Normally with redirect based logins the user clicks a login button / link that includes the ?next= value of the current page. Normally, like in the scenario I described, the bossoidc/djangooidc plugins don't have anything to do getting/setting the redirect page.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
Hi @j6k4m8 ,
When I login and I get this call:
"GET /notifications/check/?_=1520963110746 HTTP/1.1" 200 1
I redirect ->
"GET /openid/openid/KeyCloak?next=/feeds/ HTTP/1.1" 302 0
But sometimes I got:
"GET /openid/openid/KeyCloak?next=/notifications/check/?_=1520963110732 HTTP/1.1" 302 0
I use this function:
How can I fix this problem?
The text was updated successfully, but these errors were encountered: