Skip to content

Commit

Permalink
Merge branch 'main' into feature/openid-federation
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommylans committed Nov 26, 2024
2 parents f37ea75 + d948f34 commit a9eb21d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
3 changes: 3 additions & 0 deletions agent/src/issuers/infrastruktur.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,9 @@ export const infrastrukturIssuer = {
[mobileDriversLicenseSdJwt.id]: mobileDriversLicenseSdJwt,
[mobileDriversLicenseMdoc.id]: mobileDriversLicenseMdoc,
},
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bundesministerium fur Verkehr und digitale Infrastruktur',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/koln.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ export const kolnIssuer = {
[certificateOfResidenceSdJwt.id]: certificateOfResidenceSdJwt,
[certificateOfResidenceMdoc.id]: certificateOfResidenceMdoc,
},
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bürgeramt Köln',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/steuern.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ export const steuerIdSdJwtData = {
export const steuernIssuer = {
issuerId: '197625a0-b797-4559-80cc-bf5463b90dc3',
credentialConfigurationsSupported: { [steuerIdSdJwt.id]: steuerIdSdJwt, [steuerIdMdoc.id]: steuerIdMdoc },
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Bundeszentralamt fur Steuern',
Expand Down
3 changes: 3 additions & 0 deletions agent/src/issuers/techniker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ export const healthIdSdJwtData = {
export const technikerIssuer = {
issuerId: 'a27a9f50-2b4d-4fac-99b6-9fd306641f9d',
credentialConfigurationsSupported: { [healthIdSdJwt.id]: healthIdSdJwt, [healthIdMdoc.id]: healthIdMdoc },
batchCredentialIssuance: {
batchSize: 10,
},
display: [
{
name: 'Die Techniker',
Expand Down
6 changes: 4 additions & 2 deletions agent/src/verifiers/sixt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export const turboKeysVerifier = {
'expiry_date',
'issuing_country',
'issuing_authority',
'driving_priviliges',
// Sphereon library can't parse our maps
// 'driving_priviliges',
],
}),
pidSdJwtInputDescriptor({
Expand Down Expand Up @@ -99,7 +100,8 @@ export const turboKeysVerifier = {
'expiry_date',
'issuing_country',
'issuing_authority',
'driving_priviliges',
// Sphereon library can't parse our maps
// 'driving_priviliges',
],
}),
pidSdJwtDcqlCredential({
Expand Down

0 comments on commit a9eb21d

Please sign in to comment.