When I am implementing google authentication, After selecting account I am landing on LogIn page. I want to land on another page. Could anyone help me to fix this problem? Please refer my oml attached below.
Regards,Neha
You can check my component, there is a demo.
https://www.outsystems.com/forge/component-overview/14094/google-auth
Hello Paulo,
I have implemented your idea too. It's working. I have implemented both of you ideas. Thank you for your help.:)
Regards,
Neha
Glad to help you :)
Hello Neha ,
That RedircetURL element should redirect the user to the homepage:
Hope it helps!
Paulo Rosário
Hello Neha,
Make sure to follow this guide to help you set up the Google Accelerator :
Login with Google Accelerator
And check if you changed the target of the RedirectURL at the end of the login flow which on your app looks like this:
This should send the user to another screen.
Hope it helps !
I have done same as you have shown. I am also uploading image you can see in it.
https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Accelerators/Login_with_Google_Accelerator?_gl=1*1kk6uj2*_ga*NDcwMzA2MTgyLjE2NjQyNTU4OTE.*_ga_ZD4DTMHWR2*MTY3MTQyMzU0Ny41MS4xLjE2NzE0MjQwMDkuNjAuMC4w
I have used Log in with google accelerator using this same link.
Thank you. It's working :)