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?

                    • Related Articles

                    • Query to retrieve Account details along with additional attributes, postal address and additional fields data

                      TESTED IN BUILDS: 14700 (Postgres) QUERY 1 - Without Account Additional Fields: select ad.ORG_NAME As "Account", org.description AS "DESCRIPTION", ad.LOGIN_WEBURI AS "LOGIN WEB URL", ad.LOGIN_URI AS "LOGIN URI", ad.SUPPORT_EMAIL AS "SUPPORT EMAIL", ...
                    • Get to know your Exchange Web Services URL ( Connect URL )

                      To use EWS for incoming ( or ) outgoing mail server settings, one needs to know the exact connect URL. Generally, the connect URL syntax will be like https://<your_server_name>/EWS/Exchange.asmx For Office365 users, the connect URL will be ...
                    • Login frequency

                      This report is used to find the Technician and Requester Login frequency. SELECT AaaUser.FIRST_NAME "Technician", MAX(AaaLogin.NAME) "LoginName", MAX(AaaContactInfo.EMAILID) "Email", MAX(AaaAccSession.USER_HOST) "IP Address", ...
                    • SAML | Auto Login with ADFS (in Intranet)

                      Steps to enable Auto-logon: Step 1: In the AD FS server, under Authentication Methods, make sure that Windows Authentication is selected. Step 2: Run the below powershell query to check if "Chrome" is present in the supported WIA agents: ...
                    • Add / Update Account - V1 API -> for 10606

                      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", "DoorNumber": ...