-
Notifications
You must be signed in to change notification settings - Fork 104
Expand file tree
/
Copy pathmimoto-issuers-config.json
More file actions
31 lines (31 loc) · 1.14 KB
/
Copy pathmimoto-issuers-config.json
File metadata and controls
31 lines (31 loc) · 1.14 KB
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
{
"issuers": [
{
"issuer_id": "Mock",
"display": [
{
"name": "Mock Identity",
"logo": {
"url": "https://inji.github.io/inji-config/logos/mosipid-logo.png",
"alt_text": "mosip-logo"
},
"title": "Mock Identity",
"description": "Download Mock Identity Credential",
"language": "en"
}
],
"protocol": "OpenId4VCI",
"client_id": "wallet-demo",
"client_alias": "wallet-demo-client",
"token_endpoint": "https://localhost:8099/v1/mimoto/get-token/Mock",
"qr_code_type": "OnlineSharing",
"credential_issuer_host": "https://injicertify-mock.collab.mosip.net",
"wellknown_endpoint": "https://injicertify-mock.collab.mosip.net/v1/certify/issuance/.well-known/openid-credential-issuer",
"redirect_uri": "io.mosip.residentapp.inji://oauthredirect",
"authorization_audience": "https://esignet-mock.collab.mosip.net/v1/esignet/oauth/v2/token",
"proxy_token_endpoint": "https://esignet-mock.collab.mosip.net/v1/esignet/oauth/v2/token",
"credential_issuer": "Mock",
"enabled": "true"
}
]
}