Requires ADFS Authentication module.
Following are the steps to login to LeasePak client application in ADFS mode:
"C:\Program Files (x86)\NetSol\LeasePak.NET\n.nn\LeasePak.exe" [user] [token]
Following are the steps to access LeasePak API Web Services in ADFS mode:
<env-entry>
<env-entry-name>authmode</env-entry-name>
<env-entry-type>java.lang.String</env-entry-type>
<env-entry-value>ADFS</env-entry-value>
</env-entry>
<soapenv:Header>
<auth>
<login>
<user>apiuser</user>
<token>123456</token>
</login>
</auth>
</soapenv:Header>
The LeasePak command line program lease/util can be run in ADFS mode, provided that the user account is a Utility Unix shared user account.
Following are the steps to run LeasePak Utilities in ADFS mode:
#!/bin/sh
export LEASEPAK_ADFS_TOKEN=[token]
sudo -u proxy-unix-user path-to-lputil_shared top-directory [env_name] [username]
export LEASEPAK_ADFS_TOKEN=Hello
% sudo -u lpshared /opt/nst/v74a/env/prod/bin/lputil_shared /opt/nst/v74a prod user1
The process of running mPower EOP in ADFS mode is same as described in mPower End of Period Suite
except to setup eop_run.cfg for ADFS authentication mode. The password provided in the configuration file
will work as an ADFS Token to process mPower eop in ADFS mode. The rest of the process of running mpower eop is same as described in
mPower End of Period Suite.
Below is an example of parameters set for ADFS in eop_run.cfg:
#------------------------------------------------------------------------------------------------- # configuration variables for perl scripts #------------------------------------------------------------------------------------------------- MPC_URL=https://mpower.netsoltech.com/mpower-74a/ MPC_LP_AUTH=ADFS MPC_LP_USER=mpower MPC_LP_PASS=mpower MPC_LP_HOST=leasepak.netsoltech.com MPC_LP_PORT=7426 MPC_LP_ENVR=mpower MPC_LP_VERS=7.40 MPC_LOG_FILE=0 MPC_SSL_VERIFY=0
LeasePak Documentation Suite
©
by NetSol Technologies Inc. All rights reserved.
The information contained in this document is the property of NetSol Technologies Inc. Use of the information contained herein is restricted. Conditions of use are subject to change without notice. NetSol Technologies Inc. assumes no liability for any inaccuracy that may appear in this document; the contents of this document do not constitute a promise or warranty. The software described in this document is furnished under license and may be used or copied only in accordance with the terms of said license. Unauthorized use, alteration, or reproduction of this document without the written consent of NetSol Technologies Inc. is prohibited.
This message should disappear within 5-15 seconds, depending on the size of the document and the speed of your connection to the Documentation Suite.
If you can still see this message after 20 seconds, try clicking the Refresh or Reload button on your Web browser.
If your document still does not load, refer to Document Load Troubleshooting for instructions on how to fix possible problems with either your Documentation Suite installation or Web browser setup.
If you do not have read access to the parent docsuite directory, you will not be able to load the Document Load Troubleshooting document. In this case, contact your network administrator for assistance.