Skip to content

Commit

Permalink
Disable sunbird140 issuer and correct issuerId for default sunbird
Browse files Browse the repository at this point in the history
Signed-off-by: Swati Goel <[email protected]>
  • Loading branch information
swatigoel authored Apr 25, 2024
1 parent fe6f0f0 commit 85766b5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mimoto-issuers-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"enabled": "true"
},
{
"credential_issuer": "Sunbirdtemp",
"credential_issuer": "Sunbird",
"display": [
{
"name": "Sunbird RC Insurance Verifiable Credential",
Expand Down Expand Up @@ -220,15 +220,15 @@
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_endpoint": "https://${mosip.esignet.insurance.host}/authorize",
"authorization_audience": "https://${mosip.esignet.insurance.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/Sunbirdtemp",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/Sunbird",
"proxy_token_endpoint": "https://${mosip.esignet.insurance.host}/v1/esignet/oauth/v2/token",
"credential_endpoint": "https://${mosip.esignet.insurance.host}/v1/esignet/vci/credential",
"credential_type": ["VerifiableCredential", "InsuranceCredential"],
"credential_audience": "https://${mosip.esignet.insurance.host}",
"enabled": "true"
},
{
"credential_issuer": "Sunbird",
"credential_issuer": "Sunbird140",
"display": [
{
"name": "Sunbird 140 RC Insurance Verifiable Credential",
Expand Down Expand Up @@ -300,12 +300,12 @@
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_endpoint": "https://esignet-140.qa-inji.mosip.net/authorize",
"authorization_audience": "https://esignet-140.qa-inji.mosip.net/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/Sunbird",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/Sunbird140",
"proxy_token_endpoint": "https://esignet-140.qa-inji.mosip.net/v1/esignet/oauth/v2/token",
"credential_endpoint": "https://esignet-140.qa-inji.mosip.net/v1/esignet/vci/credential",
"credential_type": ["VerifiableCredential", "InsuranceCredential"],
"credential_audience": "https://esignet-140.qa-inji.mosip.net",
"enabled": "true"
"enabled": "false"
}
]
}

0 comments on commit 85766b5

Please sign in to comment.