4
Views
1
Comments
Solved
[Social Login Reactive] Implementing Google Login with the Social Login Reactive Forge Component in OutSystem
social-login-reactive
Reactive icon
Forge asset by André Gonçalves
Application Type
Reactive

Hello everyone, I’m implementing a Google login feature using the Social Login Reactive Forge component.

What I want to do is, after verifying the Google token, integrate it with the Users module to create a user and then use the User_Login function.

I’ve successfully completed the Google token verification and user creation parts, but I’m running into a problem with the User_Login step. Since the user doesn’t input a password, the User_Login server action, which requires a password, fails.

How can I properly implement the user login in this case?

2019-11-11 17-10-24
Manish Jawla
 
MVP
Solution

Hi @Yongsu Lee ,

In this scenario you need to you systems Login Action instead of users Login action:

Check the above screenshot for reference.

https://success.outsystems.com/documentation/11/reference/outsystems_apis/system_actions/ 

Hope this helps.

Regards,

Manish Jawla

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.