Good Morning, Everyone!
I am a new user of OutSystems and I don't have the background of Computer Science and Engineering. I am trying to develop an App with the OutSystems. In the App, I want to use LinkedIn Authentication on the Login Screen. I mean after registration, the user should be able to Login with his LinkedIn profile. Is it possible? I tried to go through several posts from the "Forums" and also tried to browse relevant videos in YouTube but did not find the proper answer to my question. Can anyone help me in this regard by providing proper guidance or oml file (if possible)?
Best Regards,
Md Zulfikar Hasan
Hi
Have you read the documentation in these links?
Component Full Documentation
https://success.outsystems.com/documentation/11/integration_with_external_systems/mobile_plugins/social_login_plugin/
Linkedin Sign-in documentation
https://learn.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/sign-in-with-linkedin?context=linkedin%2Fconsumer%2Fcontext
However, the first step to do is obtain the keys from linkedin:
Go to the developer portal Linkedin Dev Portal Create App
Link:https://www.linkedin.com/developers/apps/new
Retrieve the App client ID and client Secret
Try to generate a token Token with postman
https://learn.microsoft.com/en-us/linkedin/shared/authentication/postman-getting-started
And only then you can configure the linkedin provider in the SocialLoginConfigurator App.
or you can Go Following Doc:
https://www.outsystems.com/forums/discussion/82539/social-login-reactive-login-with-linkedin/
Thanks\
Md Mansurr