temp fix for promotion required vcreds

related to https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/issues/163
This commit is contained in:
pedro 2024-03-06 18:55:11 +01:00
parent d16adbbfdb
commit 58e6b238ed
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ services:
- EMAIL_USE_TLS=${IDHUB_EMAIL_USE_TLS}
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
- RESPONSE_URI=https://idhub2-autotest.demo.pangea.org/oidc4vp/
- SUPPORTED_CREDENTIALS=['CourseCredential', 'EOperatorClaim', 'FederationMembership', 'FinancialVulnerabilityCredential', 'MembershipCard']
# only the one we support for OIDC flow, if we add more, it reaches a UX bug
- SUPPORTED_CREDENTIALS=['FinancialVulnerabilityCredential']
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
- OIDC_ORGS=examples/organizations__instance_autotest-pair.csv
- OIDC_REDIRECT=true