Security Assertion Markup Language (SAML) is the protocol QoreStor uses to provide multi-factor authentication (MFA) and single sign-on (SSO) through third-party service providers.
This set of QoreStor CLI commands allow you to perform the following configuration for SAML:
- Adding a SAML configuration
- Updating a SAML configuration with changes
- Showing a list of existing SAML configurations
- Deleting a configuration
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