TIBCO Spotfire® Server and Environment - Installation and Administration

revoke-consent

Revokes consent that a specific user has given an OAuth2 client (or all such clients).

revoke-consent 
[-b value | --bootstrap-config=value] 
[-t value | --tool-password=value] 
<-u value | --username=value> 
[-i value | --client-id=value]

Overview

Use this command to revoke the consent that a specific user has given to a specific OAuth2 client, or to all such clients.

Options

Option Optional or Required Default Value Description
-b value
--bootstrap-config=value
Optional none The path to the bootstrap configuration file. See Bootstrap.xml file for more information about this file.
-t value
--tool-password=value
Optional none The configuration tool password used to decrypt the database password in the bootstrap.xml file. If the tool password is omitted, the command will prompt the end user for it on the console. See Bootstrap.xml file for more information.
-u value
--username=value
Required none The name of the user for which to revoke consent.
-i value
--client-id=value
Optional none The ID of the client for which to revoke consent.

If no client ID is given, then consent by the user is revoked for all clients.