-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
End-to-end test for typical login #39
Comments
Hello, when can we expect this..been failing to do end to end testing..wallet giving an error |
Unfortunately, this issue is on hold right now. A lot of mocking is needed for the wallet part. But we have active deployments that are working, so the bridge should work. If you give me some more info on your error, I may be able to help. |
If you could help with a working active deployments that would be appreciated, both the bridge and the compatible wallet repos |
What is your testing setup? Are you running everything locally? Do you have a public domain or a tunnel like ngrok running? This sounds like there is an issue with the data in the QR code or like the URL in the QR code is not reachable. You could copy the qr code image and load it into a web tool that gives you the string from the qr code. |
Only ssi-to-oidc-bridge is local, via ngrok..using the latest altme/latao wallets google playstore. Let me try decoding the qr code and share the string |
So you recommend i run everything locally? |
I would recommend running the bridge locally, like described in the readme (https://github.com/GAIA-X4PLC-AAD/ssi-to-oidc-bridge#running-a-local-deployment). Also run the client application locally. The wallet app should run on the phone, and the Altme app on Playstore should work. Your problem seems to be some kind of setup/config issue. Have you followed the readme description? What are you using as your client application? Have you examined the qr code content? |
Yeh i had not used the correct ngrok url.. i have managed to authenticate now,,, thanks for your assistance |
Great to hear it works now! Since there was a localhost URL in the QR code, I assume you had not set the environment variable for the public URL? If you have suggestions for improving the documentation, please feel free to open a new issue. |
Thanks Felix.I had a usecase that may require extending the bridge to use oidc4vci to issue a credential if the registration hasn't been done on the platform. I know siop works from the wallet side, but tobenable that functionality for typical WordPress websites etc.Any pointers on the bridge? |
Issuing VCs is not in the scope of what the bridge is supporting (or supposed to support). I want to keep the complexity of the bridge somewhat down. So unfortunately no pointers for that. Although, I have written an issuance utility that may be a nice reference for you: https://github.com/jfelixh/oid4vci-wizard But depending on your exact use case, consider if you could use VCs from an existing issuer. |
No description provided.
The text was updated successfully, but these errors were encountered: