Skip to main content

Using URIs in Auto-fills

A Login Item can have one or more URIs. These are added from the Create Item or Edit Item Screen.

add URI.png

URI is defined as a :

  • Website address (URL)
  • Server IP address
  • Mobile App Package ID
  • etc.

A URI is mandatory for a Login Item in order to auto-fill it into a web page.

URI Components

A URI is made up for a number of components.

https://www.google.com:8080/calendar/item?id=123&type=task

  • Scheme https://
  • Hostname www.google.com 
    • Subdomain www
    • SLD google 
    • TLD com 
  • Port 8080
  • Path calendar/item
  • Query String ?id=123&type=task

URI Scheme

A URI Scheme should be specified as part of the URI. If it is not specified http:// is used by default.

However, if a Scheme is not specified by the user, the launch.png Launch button, to launch the website or app directly from the Vault, will not work.

Examples of schemes are

  • https:// or http:// are schemes that reference web pages, e.g. https://www.google.com
  • androidapp::// is a scheme that references an Android app pacakge ID or name, e.g. androidapp://com.google.android

Mobile App URIs

Every mobile app has it's own URI. In order to save the login of an app into the Vault, it is necessary to sdave the URI of the app.

Locate App URI for iOS

 

Locate App URI for Android