waltid - IDP integration not working Properly #36
Replies: 6 comments 14 replies
-
Hi @sethishivam27 Also, did you use the idpkit deployment on idp.walt-test.cloud for your tests? Also, if you use the idpkit locally, you'll have to register a client locally and use the client id and secret for your OIDC request. Note, that in the latest version of the idpkit, when you check it out from the master branch (or the deployment on walt-test.cloud), it doesn't directly redirect to the web wallet. Instead, it will display a wallet connect page, that let's you either connect the wallet using a QR code (cross-device) or click a link to go to the web wallet. If you're still using an older version of the idpkit, it is very likely incompatible with the updated OIDC flows on our wallet deployments, so maybe that's the problem you're facing. br |
Beta Was this translation helpful? Give feedback.
-
Hi @severinstampler thanks for the response Actually yes , I am using a 2 month old repo to achieve the flow My assumption is that , After clicking on login with walt id , it should redirect me to a presentation request where I will select the web wallet to show my presention proof So that I can redirect to another page where a list of users is shown to me . Best Regards |
Beta Was this translation helpful? Give feedback.
-
Hi @sethishivam27, did you test it with the newest version already? Is everything working as expected for you? |
Beta Was this translation helpful? Give feedback.
-
@waltkb I am trying to compile the latest version , when I use the java version 17 it says , and when I use java version 17 Java 18 is not available , Could you tell which version of java you are exactly using I am using ubuntu 16 with java jdk17 |
Beta Was this translation helpful? Give feedback.
-
Did this work out for you? |
Beta Was this translation helpful? Give feedback.
-
Hi Team ,
I am trying to integrate walt id with one of my node js application , But I am facing some issues
Problem :
Whenever I am trying to click on "Login using walt id" on the front end of my app
it is not able to construct a presentation request :
FLOW and ERROR :
Step1. CLicked on front-end of my application
Step2. REDIRECTED TO WALLET PAGE
Step3. ENTERED Username and Password
STEP 4. SHOWED ERROR (Not showing Presentation request
ERROR MESSAGE : Redirected when going from "/CredentialRequest/?sessionId=eyJpZHBTZXNzaW9uSWQiIDogImM4NmJkZjBlLTMwODEtNDVjNC1iNDFmLWU3YzU3ZGI1ODkwMiIsICJpZHBUeXBlIiA6ICJPSURDIn0%3D" to "/login" via a navigation guard.
Workaround done so far :
Using web based available wallets for Verifier and Subject
Setup IDP Locally which is Running on port:8080
Configured walt.yaml , Verifier-config.json , idp-config.json
IDP and Verifier Configuration :
NOTE : When I configure Verifier with this
"verifierUiUrl": "http://localhost:8080/sharecredential?state=",
"verifierApiUrl": "http://localhost:8080/api/siop",
Nothing happens in that scenario , it doesn't even redirects me to web wallet
Could you please help me with that ?
Best Regards
Beta Was this translation helpful? Give feedback.
All reactions