Would appreciate help to understand how i can implement OAuth2 authentication between our company's platform and Outsystems. Details for reference:1. Today we implemented our outsystems app within our company's MyAccount as an iframe. MyAccount is where our customers connect to view their account details and perform actions.
2. To be able to allow our customers to open our iframe from MyAccount, we needed to authenticate them using oAuth2 against one of our company's services to use their existing session and seamlessly connect them.
3. To achieve this, we previously (about 1.5 years ago) used the below forges and modified the details within to work for our platform, this was successful but the performance is horrible (8 seconds to load our outsystems app from My Account)
We are looking for a better solution for this challenge that might use a different forge or our own development to solve this with better performance, would appreciate any suggestions!
Hi Ranin,
for implementation of oAuth2 Authentication you need to use existing forge component or second option you need to create your own extension according to your requirement, but second option taking more time and effort.
thanks
cv
Thanks Chandra, do you know of an alternative forge component that works best for this? Other than what I mentioned in my post