- Created by Ann Base (Deactivated) on May 20, 2021
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
Use this task to create a new domain request in the QuoVadis Certificate Authority. It is saved as a request core-object in a dedicated data-pool. To use this task, configure the following delegate expression in your service task: The following parameters can be configured in Identity Manager Admin: If no such error happened, then this field is not set. Use this task to query the status of a QuoVadis domain request in the Certificate Authority and update the state of the request core-object in Identity Manager accordingly. The QuoVadis API does not allow any other kind of interaction with a created domain request besides querying its status. For example, to cancel a request is not supported. The prerequisites of the Cert QuoVadis PKI: Create domain request task above also apply here. To use this task, configure the following delegate expression in your service task: The following parameters can be configured in Identity Manager Admin: If no such error happened, then this field is not set. Use this task to save account domain list from QuoVadis Certificate Authority into Identity Manager lookup table. This task deletes the old domain list entry and creates a fresh entry in the configured lookup table. Create a lookup table-based datapool and core template name for storing the domain list information into Identity Manager. To use this task, configure the following delegate expression in your service task: The following parameters can be configured in Identity Manager Admin: The core template name which should be used for the new core objects. This core template should consist of lookup table type DomainList Datapool.Description
Prerequisites
Data-pool
Usually the internal Requests table is used as data-source as shown below:State-graph
Request core-template
Search-configuration (optional)
Configuration
${quoVadisRequestDomainParametrizedTask}
Parameter Mandatory Sample Value Description quoVadisConnection MyQvConnectorConfig QuoVadis connection name. organisation My QV Organisation QuoVadis organisation name. adminEmail qvadmin@mycompany.com QuoVadis administrator e-mail address. domain my.new.domain.com Domain or IP-address for which to issue the request. isEV false Whether you want to use extended validation with this domain. requestTemplate QvDomainRequest The core template name which should be used for the new QuoVadis domain request core objects. errorMsgField ErrorMsg The name of the field in which to save the error message for errors that happen during CA request or when saving of the core-object.
If no such error happened, then this field is not set.errorCodeField ErrorCode The name of the field in which to save the error code for errors that happen during CA request or when saving of the core-object.
This can be either of the following:
→ could not issue the domain request at the CA
→ domain request was successful, but creating the request core-object failedDescription
This task requires a QuoVadis domain request core-object to be loaded into the process map before execution.Prerequisites
Configuration
${quoVadisUpdateDomainRequestStatusParametrizedTask}
Parameter Mandatory Sample Value Description quoVadisConnection MyQvConnectorConfig QuoVadis connection name. organisation My QV Organisation QuoVadis organisation name. requestDataPool DpQuoVadisDomainRequest Data-pool for QuoVadis domain requests. errorMsgField ErrorMsg The name of the field in which to save the error message for errors that happen during CA request or when saving of the core-object.
If no such error happened, then this field is not set.errorCodeField ErrorCode The name of the field in which to save the error code for errors that happen during CA request or when saving of the core-object.
This can be either of the following:
→ could not query the domain request status at the CA
→ querying the request status was successful, but could not update the state of the request core-objectDescription
Prerequisites
Datapool
Lookup table
Configuration
${quoVadisDomainListUpdateParametrizedTask}
Parameter Mandatory Value Description quoVadisConnection QuoVadis connection name. coreTemplateName
- No labels