Skip to content

Commit

Permalink
Merge pull request #341 from maheswaras/patch-1
Browse files Browse the repository at this point in the history
Update mimoto-issuers-config.json
  • Loading branch information
ckesiraju authored Oct 1, 2024
2 parents b7ce45f + 90f4053 commit ef4f6d6
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 ef4f6d6

Please sign in to comment.