Interfaces

From TempusServa wiki
Revision as of 11:01, 21 November 2013 by old>Admin (Created page with 'Interfaces are access points for external users (someone using the system without a login). An interface has the following configuration options * Interface URL ** Unique name o…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Interfaces are access points for external users (someone using the system without a login).

An interface has the following configuration options

  • Interface URL
    • Unique name of the service
  • How should the interface behave
    • Wrapper
    • Template
    • Stylesheet
    • Language
  • What is the external user allowed to do
    • Proxy user profile
    • Allow UPDATE
    • Allow INSERT

Using email tokens for access

A common usage is sending email tokens to external users.

Tokens will allow a certain user to update the content of a certain record. Usually these are tied together, where the email of the user is a field in the record.


Update / insert options

  • Redirect:

General options

  • CAPTCHA: User must take human test before using the interface (prevents robots from injecting data)
  • IP filter: Specificy which IP's are allowed to use the interface (only allow input from local IP range)