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
This discussion was converted from issue #886 on March 14, 2025 08:11.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Expected behaviour
When attempting to authenticate with the Box API, user encounter a "redirect_uri_error". The exepected URL of the redirection is
/complete/box/
.Actual behaviour
The URL contains the redirect_state parameter while Box provider recognize the state parameter.
What are the steps to reproduce this issue?
AUTHENTICATION_BACKENDS = ['social_core.backends.box.BoxOAuth2']
How to fix it ?
Set the
REDIRECT_STATE
parameter toFalse
in the Box backend.Beta Was this translation helpful? Give feedback.
All reactions