Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI #130

Open
miyagin15 opened this issue Aug 5, 2020 · 1 comment
Open

I want to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI #130

miyagin15 opened this issue Aug 5, 2020 · 1 comment

Comments

@miyagin15
Copy link

I tried to set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI.
but it worked only first URL.
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/A","http://127.0.0.1:3000/B"]
in this case, "http://127.0.0.1:3000/A" was ok, but http://127.0.0.1:3000/B was not.
I tried to reverse,
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"]
"http://127.0.0.1:3000/B" is ok, but "http://127.0.0.1:3000/A" is not

I tried many format
REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ["http://127.0.0.1:3000/B","http://127.0.0.1:3000/A"] REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = ("http://127.0.0.1:3000/B","http://127.0.0.1:3000/A") REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B","http://127.0.0.1:3000/A" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/B" REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI = "http://127.0.0.1:3000/A"
all of these didn't work for me.

How can I set multiple REST_SOCIAL_OAUTH_ABSOLUTE_REDIRECT_URI ?

@dcedcha
Copy link

dcedcha commented Sep 14, 2022

Years after, did you find a work around?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants