Configuring Login Web URL and Login URI for an account

Configuring Login Web URL and Login URI for an account

What is a login URL and login URI under accounts?



Login Web URL: A login URL is the locator of a resource (Which can be used to locate the address of a resource in the internet).

Login URI: It is the identifier, which is used to identify any resource or name in the internet.

Consider that you are providing IT support for multiple clients (which can be configured as accounts within the SDP MSP application).

You can configure specific URLs under the Accounts and those URLs can be act as the login URLs for the users belonged to that particular account.

If a requester from an account (organization) uses the login URL that you provided, they will see a customized logo and domains associated with that particular account alone.

If you do not wish to provide a unique URL for your accounts (providing one URL to each account), you can use the MSP URL for login, but differentiate the accounts based on the URI.

Here the requester is going to use the MSP's login URL and they can see the MSP logo and login page along with the domains (associated with all accounts configured in the SDP MSP application, where the requester need to choose the exact domain belonged to his account for the login).

For example: 

Scenario 1 (URL): Consider that you are supporting an account named "ManageEngine". For this account, you can configure the login URL as "https://login.manageengine.net/".

If you provide this login URL to your requesters, the requester will only see the domains and login details associated with "ManageEngine" account.

If you are going to provide IT support for another account (name it as webnms), you can provide the login URL as "https://login.webnms.net/".

Scenario 2 (URI): Consider that you are going to use the MSP login URL, which is "https://login.zohocorp.net/" and you are providing support for ManageEngine (an account), you can configure the login URL as "https://login.zohocorp.net/manageengine" to load the login page for "Manageengine" account.

Where " https://login.zohocorp.net/" is your login URL and "Manageengine" is your login URI.

As like the same, you can use " https://login.zohocorp.net/webnms" to load the login page.

Where " https://login.zohocorp.net/" is your URL and "webnms" is your login URI.

      New to ADSelfService Plus?

        Resources

            • Related Articles

            • Requesters details along with recent login date

              PGSQL & MSSQL: select ad.org_name "Account Name", sdo.name "Site Name", au.first_name "First Name", au.last_name "Last Name", aaalogin.name "Login Name", aci.emailid "Email ID", sdu.jobtitle "Job Title", aci.landline "Telephone",aci.mobile "Mobile", ...
            • Add / Update Account - V1 API

              Below works in 10606 Build MSP.  Account Add API URL: http://<servername>:<portnumber>/sdpapi/admin/account/  HTTP Method: POST data= {  "operation": {  "details": {  "AccountName": "Account 7",  "LoginURL": "test",  "Description": "Testing", ...
            • Last Login Report - All Users

              SELECT AaaUser.FIRST_NAME "Users", MAX(AaaLogin.NAME) "LoginName", MAX(AaaContactInfo.EMAILID) "Email", MAX(AaaAccSession.USER_HOST) "IP Address", longtodate(MAX(AaaAccSession.OPENTIME)) "Logged In Time" , longtodate(MAX(AaaAccSession.CLOSETIME)) ...
            • Enable Account Details for basic technicians

              Account Details is an icon that is found right next to the Account drop-down in the application.  For 9.4 Builds By default Account Details tab is shown ONLY for SDAccountAdmin and SDAdmin roles.   1. Take a trimmed backup/MSSQL Backup/Server ...
            • Query to take report of all techinician details with last login time (V10.6)

              The query is compatiable with version 10.6 and above: Query: Select   au.FIRST_NAME  "Technicianname" , ar.NAME "Role",al.name "Login Name",aci.emailid "EmailID",SDUSER.STATUS "Status(Active/Inactive)",longtodate(MAX(AaaAccSession.OPENTIME)) "Last ...