Enabling single sign on for clients via Personal Access Token configuration
Enabling single sign on for clients via Personal Access Token configuration
Review this article for steps that enable single sign on via Personal Access Tokens.
Prerequisite using the Caching Service
To enable Personal Access Token support when using the Caching Service, Infinispan is the required storage solution. Infinispan is part of Zowe installation. No additional software or installation is required when using this storage solution.
To enable this storage method, set the value of components.caching-service.storage.mode
to infinispan
in the zowe.yaml
configuration file. For more information on other properties for infinispan and their values see Infinispan configuration.
components:
caching-service:
storage:
mode: infinispan
infinispan:
jgroups:
port: 7098
Enabling Personal Access Tokens
Use the following procedure to enable Personal Access Tokens.
- Open the file
zowe.yaml
. - Find or add the property with the value
components.gateway.apiml.security.personalAccessToken.enabled: true
. - Restart Zowe.
For more information about using Personal Access Tokens, see Authenticating with a Personal Access Token.
To enable Personal Access Token support when using the Caching Service, Infinispan is the required storage solution. Infinispan is part of Zowe installation. No additional software or installation is required when using this storage solution.