Skip to content
Snippets Groups Projects
Commit 54bde624 authored by Diana Gudu's avatar Diana Gudu
Browse files

fixes for latest changes

parent 20f75dd1
No related branches found
No related tags found
No related merge requests found
...@@ -13,8 +13,8 @@ git clone https://github.com/rohe/openid4v ...@@ -13,8 +13,8 @@ git clone https://github.com/rohe/openid4v
echo "################ Update repositories" echo "################ Update repositories"
cd JWTConnect-Python-CryptoJWT && git pull && cd .. cd JWTConnect-Python-CryptoJWT && git pull && cd ..
cd idpy-sdjwt && git pull && cd .. cd idpy-sdjwt && git pull && cd ..
cd idpy-oidc && git checkout id_assurance && git pull && cd .. cd idpy-oidc && git pull && cd ..
cd fedservice && git checkout ext_list && git pull && cd .. cd fedservice && git pull && cd ..
cd openid4v && git pull && cd .. cd openid4v && git pull && cd ..
echo "################ Build docker image" echo "################ Build docker image"
......
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
"client_secret_post": "idpyoidc.server.client_authn.ClientSecretPost", "client_secret_post": "idpyoidc.server.client_authn.ClientSecretPost",
"client_assertion": "openid4v.openid_credential_issuer.client_authn.ClientAssertion", "client_assertion": "openid4v.openid_credential_issuer.client_authn.ClientAssertion",
"dpop_client_auth": "idpyoidc.server.oauth2.add_on.dpop.DPoPClientAuth", "dpop_client_auth": "idpyoidc.server.oauth2.add_on.dpop.DPoPClientAuth",
"wallet_instance_attestation": "openid4v.openid_credential_issuer.client_authn.WalletInstanceAttestation" "wallet_instance_attestation": "openid4v.openid_credential_issuer.client_authn.ClientAuthenticationAttestation"
}, },
"vct": "https://credentials.example.com/identity_credential", "vct": "https://credentials.example.com/identity_credential",
"keys": { "keys": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment