Managing Unequal Certificates
Check through SQL commands
-- SQL commands to find the entry in both Keymanager and IDA databases respectively. The cert_thumbprint column to be compared between both the entries.
select * from key_alias where app_id='PARTNER' and ref_id = 'mpartner-default-auth' order by key_expire_dtimes desc limit 1;
select * from key_alias where app_id='IDA' and ref_id = 'mpartner-default-auth' order by key_expire_dtimes desc limit 1;
{
{
"id": "string",
"version": "string",
"requesttime": "2023-08-31T12:42:06.436Z",
"metadata": {},
"request": {
"clientId": "mosip-regproc-client",
"secretKey": "****************",
"appId": "regproc"
}
}Basic Troubleshooting
PreviousHandling Case Insensitive Duplicated User DetailsNextUpdate Identity Mapping file in Configuration
Last updated
Was this helpful?