Token Access | |
|
See also Temporary Users New in Tiki5, and improved since Tiki9. Allows to access the content with superior rights with the presentation of a token. The primary use of this authentication method is to grant temporary access to content to an external service. Ex.: an external service needs to crawl your content to make a report. It is also possible to combine with Share. This is good if you want to give a one time access to a page or a file, without creating a username/password and setting the group and permissions. This is especially useful if you want to share a large file without having to send it via e-mail. Starting in Tiki9, there is an admin panel at: "Admin home > Security > Tokens" (tiki-admin.php?page=security&cookietab#contentadmin1-4): Moreover, Tiki9 brings an interface to manage tokens at (tiki-admin_tokens.php). For instance, if you have shared permissions to view some page with one friend, you would have one token generated for your page, which can be listed with this interface: If you want to create new tokens by hand, you can do that with the tab "Add new token".
In the "Groups" field you insert the Groups you want to be "applied" on the user or a service accessing the page with the token as if they were a member of that group. One use case for this manual setting of token access is to manage Batch actions, that can be run based on cron jobs set on external servers. See more information in Batch
| |
Using a token | |
|
A token looks like this Copy to clipboard
| |
Limitations | |
Example:
If an anonymous user visits a page using a token with Registered permissions: Copy to clipboard
Result will be Copy to clipboard
To overcome this limitation, we recommend using Temporary Users, since they are treated as actual group members. This ensures that content within {GROUP} blocks is properly displayed.
Copy to clipboard
Instead you need to use URL like this to create the token: Copy to clipboard
Related
aliases
Token | TokenAccess | Tokens | Security Token | |