- Checkmarx Documentation
- Checkmarx One
- Checkmarx One CLI Tool
- Checkmarx One CLI Commands
- auth
auth
The auth command is used for validating the OAuth Clients against Checkmarx One.
Authentication Commands
auth can be used with the following commands:
auth register
Warning
The auth register command is no longer supported.
The auth register command was originally used to create OAuth2 clients through the CLI. However, this flow is no longer in use due to MFA (Multi-Factor Authentication) requirements.
OAuth2 client creation is now only supported through the UI, where the MFA process can be completed properly.
auth validate
The auth validate command is used for validating a client authentication against Checkmarx One.
Usage
./cx auth validate [flags]
Flags
- --help, -h
Help for the validate command.
Examples
Validating Client Authentication
./cx auth validate
ophir@OphirS-Laptop:~/ast-cli$ ./cx auth validate Successfully authenticated to Checkmarx One server!
In this section: