# Functions
NewConfigManager build a new config manager and optionally override the config path.
NewIDPAccount Create an idp account and fill in any default fields with sane values.
# Constants
DefaultAlibabaCloudURN URN used when authenticating to AlibabaCloud using SAML NOTE: Currently, this does not need to be changed.
DefaultConfigPath the default saml2alibabacloud configuration path.
DefaultProfile this is the default profile name used to save the credentials in the `aliyun` cli see https://www.alibabacloud.com/help/doc-detail/121259.htm.
DefaultSessionDuration this is the default session duration which can be overridden in the AlibabaCloud console see https://www.alibabacloud.com/help/doc-detail/166256.htm.
# Variables
ErrIdpAccountNotFound returned if the idp account is not found in the configuration file.
# Structs
ConfigManager manage the various IDP account settings.
IDPAccount saml IDP account.