Skip to content

Commit

Permalink
Create amr-acr-mapping.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ase-101 authored Dec 28, 2022
1 parent 7595819 commit 60b7536
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions amr-acr-mapping.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"amr" : {
"PIN" : [{ "type": "PIN" }],
"OTP" : [{ "type": "OTP" }],
"Wallet" : [{ "type": "WLA" }],
"L1-bio-device" : [{ "type": "BIO", "count": 1 }]
},
"acr_amr" : {
"mosip:idp:acr:static-code" : ["PIN"],
"mosip:idp:acr:generated-code" : ["OTP"],
"mosip:idp:acr:linked-wallet" : [ "Wallet" ],
"mosip:idp:acr:biometrics" : [ "L1-bio-device" ]
}
}

0 comments on commit 60b7536

Please sign in to comment.