Tokens

URL:
https://<root>/security/tokens
Methods:
GET
Required Capability:
Access allowed with either the "Update", "Delete", "Security and Infrastructure", or "Servers" privileges
Version Introduced:
10.1

Description

The tokens resource represents the token configuration associated with the server. You can use the Update Token Configuration operation to change the shared secret key or the valid token durations.

Request parameters

ParameterDescription

f

The response format. The default response format is html.

Values: html | json | pjson

Example usage

The following is a sample request URL used to access the tokens resource:

Use dark colors for code blocksCopy
1
https://machine.domain.com/webadaptor/admin/security/tokens?f=json

JSON Response example

This resource returns the current token manager configuration.

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
{
  "type": "BUILTIN",
  "properties": {
    "sharedKey": JQDMe5Idm+8opD68HKGM8hvBngmOuceNVE9a2y/KLR=,
    "longTimeout": "2880",
    "shortTimeout": "120",
  }
}

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.