0

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 https://github.com/Azure-Samples/active-directory-verifiable-credentials-dotnet (the first one).

All goes great and my did.json and other files are identified well, nevertheless my verified credential has always a subject from "ION", see the following screenshot:

VC presented

I'm currently using Microsoft Authenticator and I have been investigating though code in both entra mobile libraries (iOS and Android) and I do not see any alternative...

Could be a possible restriction for MS Entra Verified IDs or it is more a wallet related problem?

piraces
  • 1,320
  • 2
  • 18
  • 42

1 Answers1

2

This is as expected. The Microsoft Authenticator and the Microsoft Entra Wallet Library uses did:ion long form for its did and that is what you are seeing as the subject.

cljung
  • 51
  • 2
  • Thank you @cljung ! Do you know if this is going to change or allow other types of `did` "types" in a future? – piraces Jul 12 '23 at 08:35