temp fix for promotion required vcreds
related to https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/issues/163
This commit is contained in:
parent
d16adbbfdb
commit
58e6b238ed
|
@ -54,7 +54,8 @@ services:
|
||||||
- EMAIL_USE_TLS=${IDHUB_EMAIL_USE_TLS}
|
- EMAIL_USE_TLS=${IDHUB_EMAIL_USE_TLS}
|
||||||
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
- EMAIL_BACKEND=${IDHUB_EMAIL_BACKEND}
|
||||||
- RESPONSE_URI=https://idhub2-autotest.demo.pangea.org/oidc4vp/
|
- 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}
|
- SYNC_ORG_DEV=${IDHUB_SYNC_ORG_DEV}
|
||||||
- OIDC_ORGS=examples/organizations__instance_autotest-pair.csv
|
- OIDC_ORGS=examples/organizations__instance_autotest-pair.csv
|
||||||
- OIDC_REDIRECT=true
|
- OIDC_REDIRECT=true
|
||||||
|
|
Reference in New Issue