For the detailed document please go to the below link.
https://drive.google.com/file/d/1ODCaZCXu-RUQEqiaM2Zrz6xoo1AJMIu3/view?usp=sharing
1) Hit the URL :-
Redirect_uri = Registered from the LarkSuite application
User need to create 2 input parameter with one web application like shown below. That URL should be used as a Redirect URL
App_id = generated from the LarkSuite application
Scan Page Authentication API:- Below is the sample URL
https://open.larksuite.com/open-apis/authen/v1/index?redirect_uri=”you r URL “&app_id=”your app id”&state=STATE
Please use the below server action in your
Please use the below server action in your code for calling the scan code.
Response as web page we can get the QRCODE to scan to verify your login on
CLOUDLARK
2) Once its authenticate from your mobile device you will be redirected to the redirect URL with the code and status
3) To get the User Info User need to call below Lark server action using app id and app secret id and authorization code which we got in the earlier steps.
Below response structure user will get for the above server action.
6) Then User need to authenticate against the Outsystem default login system. Please find the below LoginUserwrapper action.
code for calling the scan code.