Identity Credential�Background and status for OWF
Rick Byers - Google Chrome Web Platform Area Tech Lead
rbyers@chromium.org
Nov 13, 2023
CAVEATS
Chrome and Android share the OWF vision
Concerns from the web standards community
Specific issues with custom schemes
Chromium & Android goals for Identity Credential API
Chromium's approach to building web standards
Identity Credential status
Very rough prototype
For illustration only
const {response} = await navigator.credentials.requestClaims({
providers: [{
protocol: 'mdoc-simple'
request: {
type: 'org.iso.18013.5.1.mDL',
fields: [
'org.iso.18013.5.1.family_name',
'org.iso.18013.5.1.portrait',
]
},
nonce: '1234',
publicKey: 'ftl+VEHPB17r2 ... Nioc9QZ7X/6w…'
}]
}
const {response} = await navigator.credentials.requestClaims({
providers: [{
protocol: 'mdoc-simple'
request: {
type: 'org.iso.18013.5.1.mDL',
fields: [
'org.iso.18013.5.1.family_name',
'org.iso.18013.5.1.portrait',
]
},
nonce: '1234',
publicKey: 'ftl+VEHPB17r2 ... Nioc9QZ7X/6w…'
}]
}
Open questions / discussion
Next steps
ANNEX