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 is a wearied requirement but somehow I have this
I wants users to enables same provider with different credentials in their apps.
Like if user wants to add goggle provider in their he wants to register two apps with google provider, then he adds two social apps Google_1, Google_2.
On signIn form user sees google sign in button , but when he clicks on that button , he will receive an error saying MultipleObjectsReturned , which is true according to current implementation.
One way of solving this with current functions to
add both providers google_1 and google_2 in different site domains.
Second possible way (if you want both providers n same domain same ) will be to somehow you know which providers will be return on signin click.
I was thinking to change the url /accounts/<some_key>/google/login/?process=login and based on <some_key> in url I can select the provider
So If there is any way to update Provider selecting method please let me know.
The text was updated successfully, but these errors were encountered:
This is a wearied requirement but somehow I have this
Google_1, Google_2
.MultipleObjectsReturned
, which is true according to current implementation.One way of solving this with current functions to
I was thinking to change the url
/accounts/<some_key>/google/login/?process=login
and based on<some_key>
in url I can select the providerSo If there is any way to update Provider selecting method please let me know.
The text was updated successfully, but these errors were encountered: