Configuring eSignet
eSignet as MISP Partner
{
"allowAuthRequestDelegation":true,
"allowKycRequestDelegation":true,
"trustBindedAuthVerificationToken":true,
"allowKeyBindingDelegation":true
}Configuring OIDC claims and KYC attributes
{
"identity":{
"name":{
"value":"fullName"
},
"gender":{
"value":"gender"
},
"birthdate":{
"value":"dateOfBirth"
},
"picture":{
"value":"face"
},
"individual_id":{
"value":"individual_id"
},
"street_address":{
"value":"addressLine1,addressLine2,addressLine3"
},
"locality":{
"value":"city"
},
"region":{
"value":"region"
},
"postal_code":{
"value":"postalCode"
},
"country":{
"value":"province"
}
}
}Configuring ACR and AMR values
Plugin Configurations
ID Authentication Integration Configurations
Last updated
Was this helpful?