Social login/Registration using OCAPI #521
Replies: 4 comments
-
Hello, Social Login cannot be implement trough OCAPI be cause external OAUTH authentification is not support by OCAPI right now. To register customer trough OCAPI, you need :
Regards |
Beta Was this translation helpful? Give feedback.
-
Thank you for responding, @bmoraux. In documentation (link below), "/customers", it reads you can register a customer and in case of OAUTH, don't provide password. Doesn't it mean OCAPI supports OAUTH or if it meant something else. Can you please help clarifying. |
Beta Was this translation helpful? Give feedback.
-
Hello @amitkathpal123, You need to understand the difference between JWT and OAUTH,
Regarding /customers, when you are in customer context you need a JWT guest and this particular case required password Regards |
Beta Was this translation helpful? Give feedback.
-
@amitkathpal123 , detailed steps are much appreciated. |
Beta Was this translation helpful? Give feedback.
-
Can someone please direct me to step by step approach or sample code in order to implement social login and registration using OCAPI.
Beta Was this translation helpful? Give feedback.
All reactions