Skip to content

Commit

Permalink
Update mimoto-issuers-config.json
Browse files Browse the repository at this point in the history
Updated qr_code_type change to OnlineSharing

Signed-off-by: maheswaras <[email protected]>
  • Loading branch information
maheswaras authored Oct 1, 2024
1 parent b7ce45f commit 90f4053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mimoto-issuers-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
"authorization_audience": "https://${mosip.esignet.mosipid.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/v1/mimoto/get-token/Mosip",
"proxy_token_endpoint": "https://${mosip.esignet.mosipid.host}/v1/esignet/oauth/v2/token",
"qr_code_type": "EmbeddedVC",
"qr_code_type": "OnlineSharing",
"enabled": "true"
},
{
Expand All @@ -164,7 +164,7 @@
"authorization_audience": "https://${mosip.esignet.insurance.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/v1/mimoto/get-token/StayProtected",
"proxy_token_endpoint": "https://${mosip.esignet.insurance.host}/v1/esignet/oauth/v2/token",
"qr_code_type": "EmbeddedVC",
"qr_code_type": "OnlineSharing",
"enabled": "true"
},
{
Expand All @@ -189,7 +189,7 @@
"authorization_audience": "https://${mosip.esignet.mock.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/v1/mimoto/get-token/Mock",
"proxy_token_endpoint": "https://${mosip.esignet.mock.host}/v1/esignet/oauth/v2/token",
"qr_code_type": "EmbeddedVC",
"qr_code_type": "OnlineSharing",
"enabled": "true"
}
]
Expand Down

0 comments on commit 90f4053

Please sign in to comment.