Questions tagged [azure-ad-verifiable-credentials]

Use this tag for any questions, comments, or issues you might be having related to Azure AD verifiable credentials.

Azure AD verifiable credentials (preview) provides a platform to digitally validate customized verifiable credentials that your employees, contractors, vendors, or customers can use in multiple scenarios. Learn more at: aka.ms/vc/docs

18 questions
1
vote
2 answers

Verifiable Credential - Presentation request gives an Internal Server Error

Microsoft Entra, a new Home of Microsoft Verifiable Credential is really new and nice feature. While I am playing around the items, I found an issue which I am not sure is an issue from my code rather Its more from the platform. To give you little…
Brijesh Shah
  • 573
  • 6
  • 18
1
vote
1 answer

Microsoft Entra Verifiable Credentials Admin API - Issuing Client Credentials Issue

I'm trying to connect to the Entra Verifiable Credentials Admin API based on the documentation found here: https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/admin-api, however I can't seem to issue client credentials…
1
vote
0 answers

How to get DID of Subject who has been issues VC

I understand that the Authenticator App / wallet creates DID for user. How can Issuer App access this DID, when issuing VC to that user? I also understood that MS Authenticator App is also the Identify Hub, and stores the issued credential. Is…
1
vote
2 answers

Bind .NET query string to property

I am working with Microsoft's Verifiable Credentials sample: https://github.com/Azure-Samples/active-directory-verifiable-credentials-dotnet/tree/main/1-asp-net-core-api-idtokenhint Rather than use fixed contact values as per the test (see…
1
vote
1 answer

azure unable to access keyvault for issuing verifiable credentials

I'm trying to use Azure's sample code for issuing and verifying Verifiable Credentials in Nodejs. I've followed the tutorial, and manage to setup a Verifiable Credential preview, as in the example. But when I run the run.sh script and I scan the…
1
vote
1 answer

What is a valid credential subject when issuing Verifiable Credentials for users?

On the Azure AD VCs can you only issue VCs for users that are part of the AD or is any DID a valid credential subject?
0
votes
1 answer

Microsoft Entra Verificable ID with "Web" trust system showing a "ION" subject in it

I have set up Microsoft Entra for my AD and configured all correctly with "Web" trust system (not "ION"). Then I have followed a simple sample from "Azure-Samples" GitHub at…
piraces
  • 1,320
  • 2
  • 18
  • 42
0
votes
0 answers

unable to resolve DID document's short URI after reigisting and publishing it in ION chain

My problem is that I am unable to resolve the Decentralized Identify (DID) document using short-Form URI after publishing it to ION chain. Thanks if you can help correct me or some suggestion. A sample code import { anchor, DID, generateKeyPair }…
0
votes
1 answer

Is Attestation Verifiable Credentials Type repo demo available in c#?

I have tested successfully idtokenhint demo and I am trying unsucessfully attestation verifiable credentials type , similar to the Woodgrave Employee Onboarding Demo, is this code available in c#? In my case I need the Authenticator to request the…
Sergio Solorzano
  • 476
  • 9
  • 29
0
votes
1 answer

MS Graph API Blocking Credentials on one call, but not another

While expanding our WPF Apps emailing functions to include larger attachments, we went from using the MS GRAPH API endpoint me/sendMail to send emails: https://graph.microsoft.com/v1.0/me/sendMail to using the me/messages endpoint to create a…
0
votes
1 answer

How to have a flexible displayClaims structure?

Data structure of Claims is flat and limited: https://learn.microsoft.com/en-us/azure/active-directory/verifiable-credentials/rules-and-display-definitions-model#displayclaims-type. I need a richer and extensible structure, for example with custom…
0
votes
1 answer

QR Code Got Expire ? with azure verifiable credential

I used "https://verifiedid.did.msidentity.com/v1.0/verifiableCredentials/createIssuanceRequest" api to generate my QR Code Response…
0
votes
1 answer

Azure AD Verifiable Credential from where i can get public key private key values?

I m working on one of solution with azure VC where i will need to use private key pubic key of azure VC. as we follow azure VC steps i have created key vault and i have seen sign in and other key are generated. but i want to use same public key…
0
votes
1 answer

Azure AD Verifiable Credential

Azure Key Vault is a cloud service that enables the secure storage and access of secrets and keys. Your Verifiable Credentials service stores public and private keys in Azure Key Vault. These keys are used to sign and verify…
0
votes
1 answer

Issuer giving duplicate verify credential each time, not sure why

We are creating a POC with Azure verifiable credentials, we have build an issuer and verifier application and for holder we are using Microsoft Authenticator app. When we scan the QR code from issuer page and try to add card in the wallet then it is…
1
2