From 58e6b238ed75db8cc075288e496ea21f69b59fe6 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 6 Mar 2024 18:55:11 +0100 Subject: [PATCH] temp fix for promotion required vcreds related to https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/issues/163 --- docker-compose__instance-autotest-pair.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose__instance-autotest-pair.yml b/docker-compose__instance-autotest-pair.yml index 39a7b1e..9a10d77 100644 --- a/docker-compose__instance-autotest-pair.yml +++ b/docker-compose__instance-autotest-pair.yml @@ -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