Info |
---|
This article is valid for Smart ID 20.11 and later. |
This article describes how to set up virtual smart card management in
...
...
integrating Identity Manager to Smart ID Desktop App and Smart ID Messaging.
Prerequisites
Expand | ||
---|---|---|
| ||
The following prerequisites apply:
|
...
|
...
|
...
...
|
...
...
|
...
Step-by-step instruction
Expand | |
---|---|
|
...
PRIME and Hermod must trust each other's respective certificate.
...
The cacerts content is passed as JVM arguments to the respective Tomcat, for example via CATALINA_OPTS:
Code Block | ||
---|---|---|
| ||
-Djavax.net.ssl.trustStore="C:\the\modified\cacerts"
-Djavax.net.ssl.trustStorePassword="changeit" |
...
title | Configure Hermod callback to PRIME |
---|
To configure the Hermod callback to PRIME:
...
In callbackUrl: enter the Hermod callback endpoint of PRIME Explorer, for example:
Code Block | ||
---|---|---|
| ||
https://prime-server-url:18443/prime_explorer/ws/hermod |
In publicUrl: enter the Hermod REST service endpoint, for example:
Code Block | ||
---|---|---|
| ||
https://hermod-server-url:28443/hermod/rest/ms |
Code Block | ||
---|---|---|
| ||
...
application:
hermod:
rest:
log: false
# Hide exception information to clients
hideExceptions: true
# Command callback retries
callback:
attempts: 1
retryDelay: 30
# Hermod clients/users. Connecting clients must set X-Api-Key
allowedClients:
# Note!
# The X-Api-Key should be created using base64(clientId:key)
#
# Hermod has a helper endpoint to generate configuration.
# Simply use (make sure you have the correct host/port)
# curl 'http://localhost:18080/hermod/rest/util/generateclient/default'
# to get a snippet which can be pasted to the configuration file
# X-Api-Key: aGVybW9kLXRlc3RhcHA6NTljMmEwYTE5OTlkNDJkYmJlN2YxNmVmMTA3MjczNmEwMzFjNWY0NzM5...
- clientId: hermod-app
key: 59c2a0a1999d42dbbe7f16ef1072736a031c5f4739c04025a641ae1751849857
group: acme
# The callback URL base for this specific client
callbackUrl: https://prime-server-url:18443/prime_explorer/ws/hermod
callbackBasicAuth: primeuser:primeuserpw
... |
...
title | Configure Hermod connection in PRIME |
---|
To configure the connection to Hermod, do the following settings in PRIME:
- Open the system properties file for PRIME Explorer: \prime_explorer\WEB-INFclasses\system.properties
- Do the following settings:
- In authenticationToken, enter the X-API-Key from the Hermod configuration.
- Optionally, set provisionCallback.deviceNameField to override the default field into which the device name is stored by the provisioning callback.
Personal Desktop App returns the configured computer name as deviceName instead of just a generic name. This is only for information, and not a unique identifier.
Code Block | ||
---|---|---|
| ||
hermod.url=https://hermod-server-url:28443/hermod
hermod.authenticationToken=aGVybW9kLXRlc3RhcHA6NTljMmEwYTE5OTlkNDJkYmJlN2YxNmVmMTA3MjczNmEwMzFjNWY0NzM5YzA0MDI1YTY0MWFlMTc1MTg0OTg1Nw==
#set processmap field into which to save the device name after profile provisioning through Hermod,
#defaults to "deviceName" if not explicitly set
# provisionCallback.deviceNameField=deviceName |
| |
|
Troubleshooting
Note |
---|
Popups must be allowed for the running |
...
Identity Manager server to be able to call the |
...
Smart ID Desktop App plugout URL. Most browsers block them by default and show a very subtle hint that a popup was blocked. If the |
...
Smart ID Desktop App plugout URL is not called, check your browser's URL bar for any indication about blocked popups and add an exception. |
Expand | ||
---|---|---|
| ||
To troubleshoot |
...
Smart ID Desktop App, consult the logfile. Here are some common errors and suggestions how to fix them: Virtual smart card creation failed - Insufficient resourcesError: Virtual Smart Card creation failed! --> System.Exception: The target device has insufficient resources to complete the operation. (Exception from HRESULT: 0x80070142) Solution: Remove some virtual smart cards and try again. Virtual smart card creation failed - Operation requires elevationError: Virtual Smart Card creation failed! --> System.Exception: The requested operation requires elevation. (Exception from HRESULT: 0x800702E4) Solution: Make sure you follow the prerequisites listed above. Login as administrator and try again. Domain mismatchError: Domain mismatch error message Solution: Make sure you use HTTPS for |
...
Identity Manager and Hermod |
...
Smart ID Desktop App crashesError: |
...
Smart ID Desktop App crashes Solution: Update Windows |
This article is valid from PRIME 3.9.
Related information
...
Additional information
Expand | ||
---|---|---|
| ||
...
...