You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/verifiable-credentials/using-wallet-library.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -115,14 +115,14 @@ Then, you have to handle the following major tasks in your app.
115
115
- User Interface. Any visual representation of stored credentials and the UI for driving the issuance and presentation process must be implemented by you.
116
116
117
117
## Wallet Library Demo app
118
-
The Wallet Library comes with a demo app in the github repo that is ready to use without any modifications. You just have to build and deploy it. The demo app is a lightweight and simple implementation that illustrates issuance and presentation at its minimum. To quickly get going, you can use the QR Code Reader app to scan the QR code, and then copy and paste it into the demo app.
118
+
The Wallet Library comes with a demo app in the GitHub repo that is ready to use without any modifications. You just have to build and deploy it. The demo app is a lightweight and simple implementation that illustrates issuance and presentation at its minimum. To quickly get going, you can use the QR Code Reader app to scan the QR code, and then copy and paste it into the demo app.
119
119
120
120
In order to test the demo app, you need a webapp that issues credentials and makes presentation requests for credentials. The [Woodgrove public demo webapp](https://aka.ms/vcdemo) is used for this purpose in this tutorial.
121
121
122
122
## Building the Android sample
123
123
On your developer machine with Android Studio, do the following:
124
124
125
-
1. Download or clone the Android Wallet Library [github repo](https://github.com/microsoft/entra-verifiedid-wallet-library-android/archive/refs/heads/dev.zip).
125
+
1. Download or clone the Android Wallet Library [GitHub repo](https://github.com/microsoft/entra-verifiedid-wallet-library-android/archive/refs/heads/dev.zip).
126
126
You don’t need the walletlibrary folder and you can delete it if you like.
127
127
1. Start Android Studio and open the parent folder of walletlibrarydemo
128
128
@@ -169,7 +169,7 @@ The sample app holds the issued credential in memory, so after issuance, you can
169
169
170
170
## Building the iOS sample
171
171
On your Mac developer machine with Xcode, do the following:
172
-
1. Download or clone the iOS Wallet Library [github repo](https://github.com/microsoft/entra-verifiedid-wallet-library-ios/archive/refs/heads/dev.zip).
172
+
1. Download or clone the iOS Wallet Library [GitHub repo](https://github.com/microsoft/entra-verifiedid-wallet-library-ios/archive/refs/heads/dev.zip).
173
173
1. Start Xcode and open the top level folder for the WalletLibrary
0 commit comments