Issue my own Verifiable Credentials to Microsoft Authentication Application

Viraj Patva 20 Reputation points
2024-01-11T11:47:04.35+00:00

I want to use Microsoft Authenticator to store Verifiable Credentials produced by my own Identity System , can I do it? I don't want to use Entra Verified Id to issue and verify , instead I have my own System to do the same

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,879 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,181 questions
0 comments No comments
{count} votes

Accepted answer
  1. James Hamil 22,891 Reputation points Microsoft Employee
    2024-01-12T20:33:25.6133333+00:00

    Hi @Viraj Patva ,yes, you can issue your own Verifiable Credentials to Microsoft Authenticator using your own Identity System. You do not need to use Entra Verified ID to issue and verify your credentials. To issue your own Verifiable Credentials, you need to create a Verifiable Credential definition that describes the contents of the credential. This definition includes the claims that you want to include in the credential, as well as any display information that you want to include. Once you have created the Verifiable Credential definition, you can use your Identity System to issue the credential to a user. The user can then store the credential in their Microsoft Authenticator app. To verify the credential, you can use a Verifiable Credential SDK to verify the signature of the credential and the claims that it contains. You can also use the SDK to check that the credential was issued by a trusted issuer. Microsoft provides a Verifiable Credentials SDK that you can use to issue and verify Verifiable Credentials. You can find more information about the SDK and how to use it in the following documentation: https://github.com/Azure-Samples/active-directory-verifiable-credentials Please let me know if you have any questions and I can help you further. If this answer helps you please mark "Accept Answer" so other users can reference it. Thank you, James

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful