Replies: 1 comment
-
Hi @yokaipooh Did you find a solution for the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm trying to link social providers to already signed up account (login by username/pw or login by SSO).
I'm now using my UI that have a button to link the social provider when user click on it.
on the API part, Im calling a POST request to
/self-service/settings
with body containscsrf_token: csrf_token, method: 'oidc', link: link,
everything is smooth untill I got redirect back from the
self-service/methods/oidc/callback/google
when I check the error id that I got from the redirect url
I got this
please someone help me with this. I have been stucked here for 2 days.
Beta Was this translation helpful? Give feedback.
All reactions