forked from mosip/mosip-config
-
Notifications
You must be signed in to change notification settings - Fork 4
/
mimoto-issuers-config.json
94 lines (94 loc) · 4.61 KB
/
mimoto-issuers-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"issuers": [
{
"credential_issuer": "NationalID",
"display": [
{
"name": "National ID",
"logo": {
"url": "https://${mosip.esignet.host}/logo.png",
"alt_text": "esignet-logo"
},
"title": "Download National ID Card",
"description": "Enter your national ID to download your card.",
"language": "en"
}
],
"protocol": "OpenId4VCI",
"client_id": "${mimoto.oidc.partner.clientid}",
"client_alias": "mpartner-default-mimotooidc",
"scopes_supported": ["mock_identity_vc_ldp"],
"additional_headers": { "Accept": "application/json" },
".well-known": "https://${mosip.esignet.host}/.well-known/openid-credential-issuer?version=v11",
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_endpoint": "https://${mosip.esignet.host}/authorize",
"authorization_audience": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/NationalID",
"proxy_token_endpoint": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"credential_endpoint": "https://${mosip.esignet.host}/v1/esignet/vci/credential",
"credential_type": ["VerifiableCredential", "MOSIPVerifiableCredential"],
"credential_audience": "https://${mosip.esignet.host}",
"enabled": "true"
},
{
"credential_issuer": "OpenG2PSocialRegistry",
"display": [
{
"name": "OpenG2P Social Registry e-Cards",
"logo": {
"url": "${openg2p.social.registry.base.url}/g2p_openid_vci/static/description/icon.png",
"alt_text": "openg2p-logo"
},
"title": "OpenG2P Social Registry e-Cards",
"description": "Download Registry e-Cards",
"language": "en"
}
],
"protocol": "OpenId4VCI",
"client_id": "${mimoto.oidc.openg2p.partner.clientid}",
"client_alias": "openg2p-mimotooidc",
"scopes_supported": ["openg2p_registry_vc_ldp", "openg2p_registry_group_vc_ldp"],
"additional_headers": { "Accept": "application/json" },
".well-known": "${openg2p.social.registry.base.url}/api/v1/vci/.well-known/openid-credential-issuer",
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_endpoint": "https://${mosip.esignet.host}/authorize",
"authorization_audience": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/OpenG2PSocialRegistry",
"proxy_token_endpoint": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"credential_endpoint": "${openg2p.social.registry.base.url}/api/v1/vci/credential",
"credential_type": ["VerifiableCredential", "OpenG2PRegistryVerifiableCredential","OpenG2PRegistryGroupVerifiableCredential"],
"credential_audience": "${openg2p.social.registry.base.url}",
"enabled": "true"
},
{
"credential_issuer": "OpenG2PBeneficiary",
"display": [
{
"name": "OpenG2P Beneficiary e-Cards",
"logo": {
"url": "${openg2p.pbms.base.url}/g2p_openid_vci/static/description/icon.png",
"alt_text": "openg2p-logo"
},
"title": "OpenG2P Beneficiary e-Cards",
"description": "Download Beneficiary e-Cards for Social Welfare Programs",
"language": "en"
}
],
"protocol": "OpenId4VCI",
"client_id": "${mimoto.oidc.openg2p.partner.clientid}",
"client_alias": "openg2p-mimotooidc",
"scopes_supported": ["openg2p_beneficiary_1_vc_ldp", "openg2p_beneficiary_2_vc_ldp"],
"additional_headers": { "Accept": "application/json" },
".well-known": "${openg2p.pbms.base.url}/api/v1/vci/.well-known/openid-credential-issuer",
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_endpoint": "https://${mosip.esignet.host}/authorize",
"authorization_audience": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"token_endpoint": "https://${mosip.api.public.host}/residentmobileapp/get-token/OpenG2PBeneficiary",
"proxy_token_endpoint": "https://${mosip.esignet.host}/v1/esignet/oauth/v2/token",
"credential_endpoint": "${openg2p.pbms.base.url}/api/v1/vci/credential",
"credential_type": ["VerifiableCredential", "OpenG2PBeneficiaryVerifiableCredential"],
"credential_audience": "${openg2p.pbms.base.url}",
"enabled": "true"
}
]
}