From 1f1e5da257254db1bd6787fb4032f106f82ea811 Mon Sep 17 00:00:00 2001 From: damienbod Date: Thu, 6 Jul 2023 21:20:50 +0200 Subject: [PATCH] Up date links --- EmployeePaycheck/wwwroot/verifier.js | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/EmployeePaycheck/wwwroot/verifier.js b/EmployeePaycheck/wwwroot/verifier.js index bf6ef52..0e64d45 100644 --- a/EmployeePaycheck/wwwroot/verifier.js +++ b/EmployeePaycheck/wwwroot/verifier.js @@ -59,7 +59,7 @@ window.addEventListener('load', () => { console.log(`Android device! Using deep link (${respPresentationReq.url}).`); window.location.href = respPresentationReq.url; setTimeout(function () { window.location.href = "https://play.google.com/store/apps/details?id=com.azure.authenticator"; - }, 5000); + }, 10000); } else if (/iPhone/i.test(navigator.userAgent)) { console.log(`iOS device! Using deep link (${respPresentationReq.url}).`); window.location.replace(respPresentationReq.url); diff --git a/README.md b/README.md index cb5a8a0..db68301 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ https://learn.microsoft.com/en-us/graph/api/overview?view=graph-rest-1.0 https://github.com/Azure-Samples/VerifiedEmployeeIssuance +https://github.com/Azure-Samples/active-directory-verifiable-credentials-dotnet + https://github.com/AzureAD/microsoft-identity-web/blob/jmprieur/Graph5/src/Microsoft.Identity.Web.GraphServiceClient/Readme.md#replace-the-nuget-packages https://docs.microsoft.com/azure/app-service/deploy-github-actions#configure-the-github-secret