Run the script
- Set Infor Lawson environment variables. If you are unsure what command to run to set the environment variables, search for "Setting Environment Variables" in the LSF online documentation.
 - From a command line on the LSF server, specify:
           
perl $GENDIR/install/CreateLSFOAuthService.pl -username -passwordwhere -username is the RMID of the administrative user who created the OAuth service
and where -password is the ssoconfig password
 - When the script completes, open 
output.jsonand locate the following information that you will be required to input when you update your deployment information.- 
              
xoauth_service_name: This service is the default for all LSF installations. (You are not required to specify the service name when you add your deployment information.)
 - 
              
oauth_consumer_key: This generated string, for example,
ZJ2zX3FMW02bpgk, must be specified when you add your deployment information. Keep this string secure. - 
              
oauth_consumer_secret: This generated string must be specified when you add your deployment information. Keep this string secure.
 
 -