- URL:https://<security-url>/tokens
- Operations:Update
- Required Capability:Default administrator role | All authorized 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
Parameter | Description |
---|---|
f | The response format. The default response format is html. Values: html | json | pjson |
Example usage
Below is a sample request URL for the tokens resource:
https://machine.domain.com/webadaptor/admin/security/tokens?f=json
JSON Response example
This resource returns the current token manager configuration.
{
"type": "BUILTIN",
"properties": {
"sharedKey": JQDMe5Idm+8opD68HKGM8hvBngmOuceNVE9a2y/KLR=,
"longTimeout": "2880",
"shortTimeout": "120",
}
}