oidc-lib
Version:
A library for creating OIDC Service Providers
67 lines (66 loc) • 1.44 kB
JavaScript
module.exports =
{
"openid": {
"input": "fieldset",
"content": {
"sub": {
"label": "Subject Identity",
"input": "text",
"editable": false,
"default": "suppress!"
},
"sub_jwk": {
"label": "Subject JWK",
"input": "textarea",
"editable": false,
"default": "suppress!"
},
"password": {
"input": "password"
},
"_claim_names": {
"input": "text"
},
"_claim_sources": {
"input": "text"
}
}
},
"openid_credential": {
"input": "fieldset",
"content": {
"issuer_name": {
"label": "Issuer name",
"input": "text"
},
"holder_token": {
"label": "VerifiableCredential",
"input": "text"
},
"vp": {
"label": "VerifiablePresentation",
"input": "text"
},
"ancillaryClaims": {
"label": "ancillaryClaims",
"input": "text"
},
"ancillaryClaimHashes": {
"label": "ancillaryClaimHashes",
"input": "text"
},
"wallet_proof": {
"label": "Wallet Proof",
"input": "text"
},
"claim_source": {
"label": "Claim Source",
"input": "text"
},
"persona_info": {
"label": "Persona info",
"input": "text"
}
}
}
}