This topic introduces the saml_cfgcommand usage:
- saml_cfg --add
- saml_cfg --update
- saml_cfg --show
- saml_cfg --delete
- saml_cfg --help
|
NOTE: If you specify a command without supplying the expected value or option, you will be prompted to provide the correct value or option. |
Description
Displays a list of all commands for managing a SAML configuration with a compatible identity provider (IDP) when using the QoreStor CLI.
Result
Usage:
saml_cfg --add [--idp_entity_id <anything>]
[--idp_login_url <anything>]
[--idp_logout_url <anything>]
[--idp_metadata_url <anything>]
saml_cfg --update [--idp_entity_id <anything>]
[--idp_login_url <anything>]
[--idp_logout_url <anything>]
--idp_metadata_url <anything>
saml_cfg --show
saml_cfg --delete
saml_cfg --help
saml_cfg <command> <command-arguments>
<command> can be one of:
--add Add SAML Configuration to this system.
--update Updates SAML Configuration.
--show Display SAML Configuration.
--delete Delete SAML Configuration.
For command-specific help, please type saml_cfg --help <command>
eg:
saml_cfg --help add
The sc_manager command have the following functions:
- Displays the current status of Secure Connect.
- Enables Secure Connect
- Disables Secure Connect
The following commands are run for sc_manager:
- sc_manager --status
- sc_manager --disable
- sc_manager --enable
- sc_manager --help