Open Data Tables Security and Access Control
The securityLevel attribute of the table element determines the type of
authentication required to establish a connection. In order for a user to connect to your table,
the user must be authorized at the level or higher than the level indicated in the
securityLevel attribute. The following table lists whether access is available
depending on the value in the securityLevel attribute.
Security of Table (access attribute)
|
Anonymous / No Authorization | 2-legged OAuth | 3-legged OAuth / cookie |
|---|---|---|---|
any |
yes | yes | yes |
app |
no | yes | yes |
user |
no | no | yes |
For more information about each level, refer to the securityLevel attribute in the table element.

